Skip to main content
GET
List a v2 conversation's transcript

Authorizations

x-api-key
string
header
required

Path Parameters

conversation_id
string<uuid>
required

Query Parameters

limit
integer
default:50
Required range: x <= 200
cursor
string | null
role
string | null
include_compacted
boolean
default:true

Include rows folded into the rolling summary by compaction; folded rows carry is_compacted=true so clients can badge them.

include_evidence
boolean
default:false

[ENG-670 T3] Attach each row's evidence package (the KB sources shown to the model). Off by default — the hot read DEFERS the large citations column; opt in to load and project it.

evidence_view
enum<string>
default:full

Serialization view when include_evidence=true. The transcript default is 'full' (staff/audit — raw scores, hashes, chunk ids, status_reason); 'display' is the end-user source-card subset. (The live-turn surface defaults to 'display' instead.)

Available options:
display,
full

Response

Successful Response

turns
TurnResponse · object[]
required
has_more
boolean
required
next_cursor
string | null