Automations
List automation runs
Execution history for one automation.
Execution history for one automation.
Guide: Automations
Authorization
apiKey X-API-Key<token>
Your CRM panel API key
In: header
Path Parameters
automation_id*integer
Query Parameters
limit?integer
Maximum number of rows to return.
Default
100Response Body
application/json
curl -X GET "https://example.com/automations/0/runs"{ "runs": [ { "automation_id": 0, "created_at": "string", "error_snippet": "string", "event_id": 0, "id": 0, "status": "string" } ], "success": true}