Skip to main content
GET
List your async chat jobs (in-progress, awaiting approval, completed, failed).

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null

Query Parameters

status
string | null

Filter by job status

limit
integer
default:50

Maximum number of jobs to return

compact
boolean
default:false

When true, omit each job's heavy result body + streamed intermediate events — returns just status/progress/ids/timestamps. Recommended for agents listing many jobs.

Response

Successful Response

List of async jobs.

jobs
JobResponse · object[]
required

Array of job details.

total
integer
required

Total number of jobs returned.