{ "id": "<string>", "name": "<string>", "status": "CANCELED", "status_reason": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "params": {}, "task_metadata": {}, "agents": [ { "id": "<string>", "name": "<string>", "description": "<string>", "acp_type": "sync", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "status": "Unknown", "status_reason": "<string>", "registration_metadata": {}, "registered_at": "2023-11-07T05:31:56Z", "agent_input_type": "text" } ] }
Get a task by its unique name.
Task relationships that can be loaded
agents
Successful Response
Task response model with optional related data based on relationships
CANCELED
COMPLETED
FAILED
RUNNING
TERMINATED
TIMED_OUT
DELETED
Show child attributes
The unique identifier of the agent.
The unique name of the agent.
The description of the action.
The type of the ACP Server (Either sync or async)
sync
async
agentic
The timestamp when the agent was created
The timestamp when the agent was last updated
The status of the action, indicating if it's building, ready, failed, etc.
Ready
Failed
Unknown
Deleted
Unhealthy
The reason for the status of the action.
The metadata for the agent's registration.
The timestamp when the agent was last registered
The type of input the agent expects.
text
json