Skip to main content
GET
List Model Jobs

Authorizations

Authorization
string
header
required

Primary scheme: Authorization: Key <key_id>:<secret>.

Path Parameters

model
string
required

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
cursor
string | null

Response

Successful Response

data
JobSummary · object[]
required
next_cursor
string | null
required

Opaque cursor for the next page, or null when this response completes the list. Always present. Endpoints that serve the whole collection at once always return null.