Skip to main content
POST
Resolve a pending assistant action with streaming.

Authorizations

Authorization
string
header
required

Bearer JWT token or API Key (sk-*).

Path Parameters

id
string
required
actionId
string
required

Body

application/json
decision
enum<string>
required

Resolution decision for the pending action.

Available options:
approve,
approve_all_for_turn,
reject,
submit
actionItemId
string

Optional approval item id when resolving one item from a multi-approval action.

Maximum string length: 128
responseText
string

Optional free-text response for clarification or correction context.

Maximum string length: 4000
responsePayload
object

Optional structured payload for clarification answers or action metadata.

backgroundProcessing
boolean

Allow the Assistant turn to continue after the client disconnects. Defaults to false unless the operation states otherwise.

model
string

Optional execution model identifier enabled for this instance.

reasoningEffort
enum<string>

Optional assistant reasoning effort override for the resumed turn: low, medium, high, or xhigh.

Available options:
low,
medium,
high,
xhigh
reasoning
enum<string>

Alias for reasoningEffort used by assistant preferences. Prefer reasoningEffort for new clients.

Available options:
low,
medium,
high,
xhigh
executionMode
enum<string>

Execution mode override for the resumed turn after this action is resolved.

Available options:
interactive,
execute,
background,
automation
planningPolicy
enum<string>

Planning policy for the turn. standard can create and show progress; review_required creates a user-reviewed plan before execution.

Available options:
standard,
review_required
toolNames
string[]

Optional operational tool names admitted for the resumed turn. Omit to keep the current thread admission; pass an empty array to admit no tools for direct-answer continuation.

pluginIds
string<uuid>[]

Optional additional registry plugin ids attached to the resumed turn.

Response

Pending action resolved with streaming continuation.

Last modified on September 5, 2026