API reference
List task jobs
Fetch paginated run/chat history for a task.
GET
List task jobs
Use this endpoint to load task history incrementally. It returns jobs in chronological order and includes
nextCursor when older entries are available.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