List batch jobs
Speechmatics
List batch jobs
Returns a paginated list of jobs for your organization. Supports filtering by status, model, and submission date range, plus sorting.
GET
List batch jobs
Documentation Index
Fetch the complete documentation index at: https://docs.slng.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key from the SLNG dashboard.
Query Parameters
Page number (1-based).
Required range:
x >= 1Number of items per page.
Required range:
1 <= x <= 100Comma-separated statuses to filter by. Allowed values: QUEUED, IN_PROGRESS, DECODING, DONE, FAILED, DELETED.
Filter by model code (exact match).
Filter jobs submitted after this ISO 8601 datetime.
Filter jobs submitted before this ISO 8601 datetime.
Field to sort results by.
Available options:
submitted_at, status, model_code Sort direction.
Available options:
asc, desc