Endpoints
List task jobs
A task’s chronological run history.
GET
List task jobs
Returns the task’s jobs — plans, implementation runs, follow-ups — oldest context first, with cursor pagination (
limit, cursor, nextCursor). Use this to render a task’s timeline or poll for progress.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Task id (UUID) or task slug.
Query Parameters
Number of jobs to return (max: 100).
Required range:
1 <= x <= 100Opaque pagination cursor returned by a previous call.
List task jobs