Skip to main content
Use this endpoint to fetch one specific turn within a subagent. The response includes the turn metadata and the array of items that make up this turn.

Endpoint

Authentication

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

Path Parameters

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

Response

string
Unique turn identifier.
string
The parent session identifier.
string
The subagent identifier.
string
Turn status, for example completed.
array
Array of item objects within the turn.