List Task Agent Revisions
List immutable executable revisions for a Task Agent.
Each revision contains the runtime configuration and pinned attachments that can
be executed by new runs, long-lived sessions, or pinned triggers. The active
revision is marked with active.
Authentication
AuthorizationBearer
Bearer token authentication using JWT tokens from Ory Kratos/Hydra
Path parameters
org_id
The organization ID
project_id
The project ID
task_agent_id
The task agent ID
Response
Task Agent revisions
id
task_agent_id
description
instruction
mode
Execution mode for TaskAgent.
llm_model_id
fallback_llm_model_id
created
llm_model
fallback_llm_model
task_tools
integrations
skills
mcp_servers
registered_tools
memory_strategy
memory_config
max_turns
active
modified
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error
