Pre-recorded endpoints
List transcriptions
List all the pre-recorded transcriptions matching the parameters.
GET
/
v2
/
pre-recorded
Authorizations
x-gladia-key
string
headerrequiredYour personal Gladia API key
Query Parameters
offset
integer
default: 0The starting point for pagination. A value of 0 starts from the first item.
Required range:
x > 0
limit
integer
default: 20The maximum number of items to return. Useful for pagination and controlling data payload size.
Required range:
x > 1
date
string
Filter items relevant to a specific date in ISO format (YYYY-MM-DD).
before_date
string
Include items that occurred before the specified date in ISO format.
after_date
string
Filter for items after the specified date. Use with before_date
for a range. Date in ISO format.
status
enum<string>[]
Filter the list based on item status. Accepts multiple values from the predefined list.
Available options:
queued
, processing
, done
, error
Response
200 - application/json
first
string
requiredURL to fetch the first page
current
string
requiredURL to fetch the current page
next
string | null
requiredURL to fetch the next page
items
object[]
requiredList of pre-recorded transcriptions
Was this page helpful?