latestOpenAPI 3.0.02026-08-1610635191.3 KB

355890b6b4cc

Content

Get all transcripts

Returns all transcripts created by the current client, optionally filtered by status. Supports optional pagination.

get/content/Transcripts

Query parameters

status'all' | 'queued' | 'failed' | 'succeeded' | 'processed'

Filter transcripts by status (all=all transcripts, queued=status=0 and no error, failed=has errorOn, succeeded=status=100, processed=has processingOn)

pageinteger

Page number for pagination (starts at 1). If not provided, returns all results.

limitinteger

Number of items per page (max 100, default 50 if page is specified)

Response

Successful response

OR

Example response

{
  "totalCount": 100,
  "page": 1,
  "pageSize": 20,
  "totalPages": 5
}