GET
/
tracker
/
{tracker_id}
{
  "id": "<string>",
  "agent_id": "<string>",
  "task_id": "<string>",
  "status": "<string>",
  "status_reason": "<string>",
  "last_processed_event_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Path Parameters

tracker_id
string
required

Response

Successful Response

id
string
required

The UUID of the agent task tracker

agent_id
string
required

The UUID of the agent

task_id
string
required

The UUID of the task

created_at
string<date-time>
required

When the agent task tracker was created

status
string | null

Processing status

status_reason
string | null

Optional status reason

last_processed_event_id
string | null

The last processed event ID

updated_at
string<date-time> | null

When the agent task tracker was last updated