Skip to main content
GET
Get conversation item
Required scope: CONVERSATIONS_READ

Item ID format

  • Call IDs start with cll- (e.g., cll-abc123)
  • Message IDs start with msg- (e.g., msg-def456)
Passing an ID with an unrecognized prefix returns a 400 error with code INVALID_ITEM_ID.

Field notes

Extend parameter

Passing an unsupported value returns a 400 error with code UNSUPPORTED_EXTEND_VALUE.

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Item ID (cll-* for calls, msg-* for messages)

Example:

"cll-abc123"

Query Parameters

extend
string

Comma-separated optional fields. Supported: transcript

Example:

"transcript"

Response

Conversation item

data
object