Trigger a run
POST
/api/automations/:id/run| Field | Required | Description |
|---|---|---|
inputs | Yes | Dict of input values matching manifest input names |
wait | No | Seconds to wait for result inline (default 10, max 10). Set to 0 to return immediately. |
status is pending or running, poll with GET /api/runs/:runId.
Poll run status
GET
/api/runs/:runIdstatus is success, error, or timeout.
| Status | Meaning |
|---|---|
success | Run completed, outputs available |
error | Run failed, error field has details |
timeout | Run exceeded time limit |