Skip to main content
GET
List all async chat jobs for a specific session, most recent first.

Authorizations

Authorization
string
header
required

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

Headers

authorization
string | null

Path Parameters

session_id
string
required

Query Parameters

limit
integer
default:20

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.