GET
/
states
[
  {
    "task_id": "<string>",
    "agent_id": "<string>",
    "state": {},
    "id": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Query Parameters

task_id
string | null

Task ID

agent_id
string | null

Agent ID

Response

Successful Response

task_id
string
required
agent_id
string
required
state
object
required
id
string
required

The task state's unique id

created_at
string<date-time>
required

The timestamp when the state was created

updated_at
string<date-time> | null

The timestamp when the state was last updated