Skip to main content

agent/task/list

List the caller’s own tasks, cursor-paginated.
  • Principal: AgentPrincipal head.

Parameters

limit
integer
The limit field.
cursor
string
Opaque pagination cursor. Omit for the first page; pass the prior response’s nextCursor to fetch the next page. Treat as opaque; do not parse, compare, or construct it.

Response

tasks
array
The tasks field.
nextCursor
string
Opaque pagination cursor. Omit for the first page; pass the prior response’s nextCursor to fetch the next page. Treat as opaque; do not parse, compare, or construct it.

Errors

TypeWhen
InvalidParamsErrorthe cursor does not decode