v1

latestOpenAPI 3.1.02026-07-17121821.6 KB
Executions

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

inputobject

Execution input. The API sets trigger to api when absent.

Response

Execution queued.

Example response

{
  "data": {
    "id": "blue-orbit-route"
  }
}