Trigger a run
POST
/api/automations/:id/runstatus is pending or running, poll with GET /api/runs/:runId.
Poll run status
GET
/api/runs/:runIdstatus is success, error, or timeout.
Trigger and poll automation runs.
/api/automations/:id/runstatus is pending or running, poll with GET /api/runs/:runId.
/api/runs/:runIdstatus is success, error, or timeout.