Skip to main content
Use this endpoint to fetch a single turn by ID. The response includes the turn metadata and the full array of items that belong to this turn, such as messages and tool results.

Endpoint

Authentication

Pass one of Authorization: Bearer <api-key> or Authorization: ApiKey <key>.

Path Parameters

string
required
The agent session identifier.
string
required
The turn identifier.

Response

string
Unique turn identifier.
string
The session this turn belongs to.
string
Turn status, for example completed or in_progress.
array
Array of item objects within the turn.