Skip to main content
GET
Get the customer-readable trace for a v2 conversation

Authorizations

x-api-key
string
header
required

Path Parameters

conversation_id
string<uuid>
required

Query Parameters

turn_id
string<uuid> | null
cursor
string | null
limit
integer
default:100
Required range: 1 <= x <= 1000
category
enum<string>
default:product
Available options:
product,
engineering,
all

Response

Successful Response

Envelope returned by both trace read endpoints.

steps
TraceStep · object[]
required
next_cursor
string | null