Skip to main content
GET
List your jobs

Authorizations

x-api-key
string
header
required

Query Parameters

cursor
string

Opaque pagination cursor returned as nextCursor by a prior call.

limit
integer
default:20

Max items per page.

Required range: 1 <= x <= 50
status
enum<string>

Filter by job status.

Available options:
pending,
processing,
completed,
failed

Response

OK

data
object[]
required
nextCursor
string | null