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.
Path parameters
The ID of the session that owns the turn.
The ID of the turn.
Response
The requested turn.
Changes
Changed in 5 of the 163 revisions of this API.32
- ●
added the new
flex_unavailableenum value to the/////response property for the response statusresponse-property-enum-value-added
- ●
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ●
added the new
misalignment_policy_violationenum value to the/////response property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
credit_balance_exhaustedenum value to the/////response property for the response statusresponse-property-enum-value-added
- ●
- ○
endpoint added
endpoint-added
- ○