Skip to main content
Version: Next

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​

A Turn object if stream is False, otherwise an AsyncIterator of AgentTurnResponseStreamChunk objects.