v3

OpenAPI 3.1.02026-08-0321138121.5 KB
Job History

Get the history of all your jobs

get/v1/history

Query parameters

offsetinteger

The starting point for pagination. A value of 0 starts from the first item.

limitinteger

The maximum number of items to return. Useful for pagination and controlling data payload size.

datestring date-time
Example:2026-08-02

Filter items relevant to a specific date in ISO format (YYYY-MM-DD).

before_datestring date-time
Example:2026-08-02T21:00:17.846Z

Include items that occurred before the specified date in ISO format.

after_datestring date-time
Example:2026-08-02T21:00:17.846Z

Filter for items after the specified date. Use with before_date for a range. Date in ISO format.

statusstring[]

Filter the list based on item status. Accepts multiple values from the predefined list.

[
  "done"
]
custom_metadataobject
{
  "user": "John Doe"
}
kindstring[]

Filter the list based on the item type. Supports multiple values from the predefined list.

[
  "pre-recorded"
]

Response

A list of jobs

firststring uri required

URL to fetch the first page

currentstring uri required

URL to fetch the current page

nextstring uri nullable required

URL to fetch the next page