Skip to main content
PUT
Update Agent Task Tracker

Path Parameters

tracker_id
string
required

Body

application/json

Request model for updating an agent task tracker.

last_processed_event_id
string | null

The most recent processed event ID (omit to leave unchanged)

status
string | null

Processing status

status_reason
string | null

Optional status reason

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