Get turn by ID
chat-sessions
Get turn by ID
Get a single turn with all its messages and task_updates (same shape as list turns). 403 if session not owned, 404 if session or turn not found.
GET
Get turn by ID
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Project identifier
Response
Successful Response
One turn with messages and streamed task status history (from task_updates table).

