Skip to main content
GET
Get turn by ID

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-project-id
string
required

Project identifier

Path Parameters

session_id
string
required

Session ID

turn_id
string
required

Turn ID

Response

Successful Response

One turn with messages and streamed task status history (from task_updates table).

turn_id
string
required
messages
TurnMessageResponse · object[]
required
state
string
default:created
feedback
TurnFeedbackSummary · object | null

Optional feedback summary attached to a turn.

task_updates
TaskUpdateResponse · object[]