Skip to main content
POST
List jobs

Headers

x-project-id
string
required

Project ID to specify the project context

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 100
page
integer
default:1
Required range: x >= 1

Body

application/json
status
enum<string>

Filter the jobs by their processing status.

Available options:
pending,
processing,
completed,
failed,
partial_failed
Example:

"completed"

createdBy
string

Filter the jobs by the identifier of the user who created them.

Example:

"550e8400-e29b-41d4-a716-446655440000"

sort
object[]

Sorting criteria for the returned jobs. Each entry pairs a sortable field (createdAt, updatedAt or status) with a direction (ASC or DESC). Defaults to sorting by creation date descending.

Example:

Response

page
object
required
results
object[]