latestOpenAPI 3.0.02026-08-19219210532.7 KB

bd5a5f406bca

session

List transcript messages with pagination

get/api/v1/transcript-messages

Query parameters

idsstring[] nullable

Array of IDs to filter results. To skip this filter, omit the key entirely from your JSON. Never write the bare word undefined (that is invalid JSON). Empty arrays and null are also treated as omission.

pagenumber

Page number starting from 1.

limitnumber

Limit for the number of results per page.

orderobject

Order configuration as a key-value object where keys are field names and values are "ASC" or "DESC".

callIdstring

Optional call ID to filter messages.

language'en' | 'de' | 'fr' | 'es' | 'it' | 'nl' | 'pl' | 'zh' | 'ja' | 'id' | 'tr' | 'pt' | 'el' | 'ko' | 'vi' | 'hi' | 'ms' | 'th' | 'hr' | 'ro' | 'bg' | 'sv' | 'no' | 'yue'

Optional language code to translate the message content. If provided and different from the original language, messages will be translated to the requested language.

Response