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. Revisions are returned newest first.
Authentication
AuthorizationBearer
API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.
OR
AuthorizationBearer
API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.
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