agent/task/list
List the caller’s own tasks, cursor-paginated.- Principal:
AgentPrincipalhead.
Parameters
The limit field.
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
The tasks field.
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
| Type | When |
|---|---|
InvalidParamsError | the cursor does not decode |