List transcriptions
(Deprecated) Prefer the more specific pre-recorded endpoint.
List all the transcriptions matching the parameters.
Authorizations
Your personal Gladia API key
Query Parameters
The starting point for pagination. A value of 0 starts from the first item.
x >= 0The maximum number of items to return. Useful for pagination and controlling data payload size.
x >= 1Filter items relevant to a specific date in ISO format (YYYY-MM-DD).
"2026-07-10"
Include items that occurred before the specified date in ISO format.
"2026-07-10T13:51:13.339Z"
Filter for items after the specified date. Use with before_date for a range. Date in ISO format.
"2026-07-10T13:51:13.339Z"
Filter the list based on item status. Accepts multiple values from the predefined list.
queued, processing, done, error Filter the list based on the item type. Supports multiple values from the predefined list.
pre-recorded, live Response
A list of transcription jobs matching the parameters.
URL to fetch the first page
"https://api.gladia.io/v2/transcription?status=done&offset=0&limit=20"
URL to fetch the current page
"https://api.gladia.io/v2/transcription?status=done&offset=0&limit=20"
URL to fetch the next page
"https://api.gladia.io/v2/transcription?status=done&offset=20&limit=20"