Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.

Path Parameters

session_id
string
required

ID of the session with pending approvals.

Body

application/json
approval_responses
object[]
required

Answers to pending asks. Each action_request_id may appear at most once.

Required array length: 1 - 20 elements

Response

Resolutions applied. results reports the outcome per ask; session reflects the state after resolution.

session
object

The session after resolution — same shape as Retrieve session.

results
object[]
stream_cursor
string | null

Cursor to resume the session's event stream from, when the resolution restarted the agent.