Skip to main content
GET
Get an Omni call transcript

Authorizations

Authorization
string
header
required

Use Authorization: Bearer pyai_live_... (or pyai_test_...).

Path Parameters

call_id
string
required

Response

Call transcript

object
string
Example:

"omni.call.transcript"

call_id
string
transcript

The transcript document. Shape is engine-defined: typically an object with a turns array, each turn carrying role (user or assistant), text, and optional start_ms/end_ms timestamps. May be a plain string for legacy sessions.