Create a runbook-execution
POST /runbook-executions
POST
/runbook-executions
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
data
object
runbook
organisation
triggered_by
required
string
status
required
string
result
Execution result payload from agent. Array of {action, success, output, error}.
dry_run
boolean
approved_at
string format: date-time
expires_at
Approval TTL — execution is auto-cancelled if not approved by this time (now+4h on create when confirmation_required).
string format: date-time
approval_token
string
agent_target
Agent_id (documentId) of the agent to execute the runbook on.
string
error_message
string
Responses
Section titled “ Responses ”Created
object
data
object
runbook
organisation
triggered_by
required
string
status
required
string
result
Execution result payload from agent. Array of {action, success, output, error}.
dry_run
boolean
approved_at
string format: date-time
expires_at
Approval TTL — execution is auto-cancelled if not approved by this time (now+4h on create when confirmation_required).
string format: date-time
approval_token
string
agent_target
Agent_id (documentId) of the agent to execute the runbook on.
string
error_message
string
triggered_by_user
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
Validation error
Missing or invalid authentication
Not authorized (tenant scope or capability)