v3
OpenAPI 3.1.02026-08-0321138121.5 KBLive V2
Get live jobs based on query parameters
get/v2/live
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 live jobs matching the parameters.