Skip to main content
GET
List Agent Tasks

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string<uuid>
required

Query Parameters

status
string | null

Filter by task status

limit
integer
default:100

Maximum number of tasks to return

Required range: 1 <= x <= 1000
offset
integer
default:0

Number of tasks to skip

Required range: x >= 0

Response

Successful Response

agent_id
string<uuid>
required
created_at
string
required
description
string
required
id
string<uuid>
required
parameters
Parameters · object
required
status
string
required
error
string | null
execution_id
string | null
failure_reason
string | null
result
total_cost
number | null