Resume a paused chat after tool approval
Submit ask-first approval decisions for a paused chat and continue the agent run.
Rate Limits
600 requests per minute.
When to use this endpoint
Use this endpoint afterPOST /chats returns status: "approval_required" or POST /chats-streaming emits a tool_approval_request event. Submit approval decisions for the pending tool calls to continue the same chat.
Rate Limits
600 requests per minute.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the chat that is currently paused waiting for tool approval.
Body
Response
Success
- Option 1
- Option 2
Unique identifier for the chat
Deprecated. Use agent_id instead.
The ID of the agent that processed the request
Unix timestamp in milliseconds of when the completion was created
ISO 8601 formatted timestamp of when the completion was created
The content of the chat
If research mode was used for this chat. The agent configuration can override the user requested value.
The format of the content returned
markdown, text Whether the chat completed immediately or was queued
completed, queued 
