Agents
Retrieve an agent session turn
Retrieves a turn's current status, timestamps, usage, and error. Returns 404 if the turn does not belong to the session. See session turns.
get/agents/sessions/{session_id}/turns/{turn_id}
Path parameters
session_idstring required
The ID of the session that owns the turn.
turn_idstring required
The ID of the turn.
Response
The requested turn.