Skip to main content

Trigger a run

POST /api/automations/:id/run
Executes a deployed automation with the given inputs. Body:
Response (completed within wait):
Response (still running):
If status is pending or running, poll with GET /api/runs/:runId.

Poll run status

GET /api/runs/:runId
Returns the current state of a run. Poll until status is success, error, or timeout.
Terminal statuses: