v3

OpenAPI 3.1.02026-08-0321138121.5 KB
Pre-recorded V2

Get pre recorded jobs based on query parameters

get/v2/pre-recorded

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"
}

Response

A list of pre recorded jobs matching the parameters.

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