v1
latestOpenAPI 3.1.02026-07-17121821.6 KBExecutions
Queue workflow execution
Requires executions:write.
Creates a queued execution and enqueues an Oban job. The API currently returns 202 Accepted with the execution status.
post/api/v1/workflows/{workflow_id}/executions
Path parameters
workflow_idinteger required
Workflow numeric ID.
Request body
Response
Execution queued.
Example response
{
"data": {
"id": "blue-orbit-route"
}
}