Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Use a server-side Brightalk API key in the Authorization header.

Headers

Brightalk-Version
string
default:2026-07-16

Selects the date-based API version. Omission uses the organization’s pinned default.

Allowed value: "2026-07-16"
X-Request-Id
string

A caller-generated correlation value matching [A-Za-z0-9._:-]{1,64}. Invalid values are replaced.

Maximum string length: 64
Pattern: ^[A-Za-z0-9._:-]{1,64}$

Path Parameters

call_id
string<uuid>
required

The opaque Call identifier. An opaque resource identifier.

Required string length: 1 - 255
Example:

"11111111-1111-4111-8111-111111111111"

Query Parameters

limit
integer
default:100

Maximum transcript turns to return. Defaults to 100; a page can stop earlier at the response byte budget.

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

Opaque cursor returned by the preceding transcript page.

Required string length: 1 - 2048

Response

Current or cursor-pinned transcript result returned.

Independently revisioned call transcript result. A cursor pins one immutable revision; a higher revision is visible only when pagination starts again without that cursor.

object
string
required
Allowed value: "call_transcript"
schema_version
string
required
Allowed value: "2026-07-28"
call_id
string<uuid>
required
Required string length: 1 - 255
status
string
required
Allowed value: "processing"
revision
integer
required
turns
object[]
required
next_cursor
null
required
reason
null
required
generated_at
null
required
poll_after_seconds
integer
required