Skip to content

Approve a pending action

POST
/api/conversations/{id}/approve

Approve a guardrail-gated tool call that is waiting for human approval. This resumes the AI pipeline and executes the tool call with the original arguments.

id
required
string format: uuid

The unique identifier of the conversation with the pending action.

The pending action was approved and the AI pipeline will resume.

Simple success acknowledgment returned by action endpoints (reply, resolve, take-over, etc.).

object
ok
required

Always true on success.

boolean
Example
true

No conversation exists with the given ID or no pending action was found.

Standard error response returned by all endpoints on failure.

object
error
required

A human-readable error message describing what went wrong.

string
Example
Conversation not found