Confirm a pending agent action

Approves and executes a pending action proposed by the agent.
When confirmed, the system dispatches the execution logic (e.g., posting a reply to GitHub) based on the action's source_type and tool_name, and then updates the action status to executed.
If the action requires a mapping that is missing (e.g., suggesting a GitHub issue type without mapping), it returns a 400 error with error_code: mapping_required and includes available mapping options.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique UUID v4 identifier of the project.

integer
required

The unique identifier of an agent run

integer
required

The unique identifier of an agent action

Responses

403

Permission denied

404

Project not found or action not found

500

Internal Server Error

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json