Resume an agent turn with executed tool call responses.
POST/v1/agents/:agent_id/session/:session_id/turn/:turn_id/resume
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Resume an agent turn with executed tool call responses.
When a Turn has the status awaiting_input
due to pending input from client side tool calls, this endpoint can be used to submit the outputs from the tool calls once they are ready.
Request​
Responses​
- 200
- 400
- 429
- 500
- default
A Turn object if stream is False, otherwise an AsyncIterator of AgentTurnResponseStreamChunk objects.
The request was invalid or malformed
The client has sent too many requests in a given amount of time
The server encountered an unexpected error
An unexpected error occurred