Approve a pending action
POST /api/conversations/{id}/approve
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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
The unique identifier of the conversation with the pending action.
Responses
Section titled “ Responses ”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
trueNo 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