GET
/
v2
/
transcription

Authorizations

x-gladia-key
string
headerrequired

Your personal Gladia API key

Query Parameters

offset
integer
default: 0

The starting point for pagination. A value of 0 starts from the first item.

limit
integer
default: 20

The maximum number of items to return. Useful for pagination and controlling data payload size.

status
enum<string>[]

Filter the list based on item status. Accepts multiple values from the predefined list.

Available options:
queued,
processing,
done,
error
kind
enum<string>[]

Filter the list based on the item type. Supports multiple values from the predefined list.

Available options:
pre-recorded,
live
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.

Response

200 - application/json
items
object[]
required

List of retrieved transcription for this range

first
string
required

URL to fetch the first page

current
string
required

URL to fetch the current page

next
string | null
required

URL to fetch the next page