Skip to main content
GET
List transcriptions

Authorizations

Authorization
string
header
required

API key starting with owk_live_

Query Parameters

limit
integer
default:50

Number of transcriptions to return.

Required range: 1 <= x <= 100
cursor
string

Pagination cursor from a previous response.

note_id
string<uuid>

Filter by linked note ID.

language
string

Filter by detected language (e.g. 'en').

include
enum<string>

Set to 'segments' to include speaker-attributed segment data in the response. Omitted by default to keep responses compact.

Available options:
segments

Response

200 - application/json

Paginated transcription history.

data
object[]
has_more
boolean
next_cursor
string | null