Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Path Parameters

agentId
string
required

ID of the agent to list tasks for

Pattern: ^[cC][^\s-]{8,}$

Query Parameters

status
enum<string>

Filter by task status

Available options:
submitted,
working,
input_required,
completed,
failed,
canceled
cursor
string

Cursor for pagination

Pattern: ^[cC][^\s-]{8,}$
limit
integer
default:20

Maximum items per page

Required range: 1 <= x <= 100

Response

200 - application/json

OK

Paginated list of A2A tasks

items
object[]
required

Array of matching A2A tasks

nextCursor
string | null
required

Cursor for fetching the next page

Pattern: ^[cC][^\s-]{8,}$