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 > 0
The maximum number of items to return. Useful for pagination and controlling data payload size.
x > 1
Filter items relevant to a specific date in ISO format (YYYY-MM-DD).
Include items that occurred before the specified date in ISO format.
Filter for items after the specified date. Use with before_date
for a range. Date in ISO format.
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
URL to fetch the first page
URL to fetch the current page
URL to fetch the next page
List of transcriptions
Was this page helpful?