cURL
curl --request GET \ --url https://api.notifique.dev/v1/automations/{automationId}/runs \ --header 'Authorization: Bearer <token>'
200
Example
{ "success": true, "data": { "items": [ { "id": "<string>", "status": "QUEUED", "eventName": "<string>", "contactId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "startedAt": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z", "errorMessage": "<string>" } ], "page": 123, "limit": 123, "total": 123 } }
Authorization: Bearer sk_live_...
Cuid da automação.
Filtro opcional. Valores: QUEUED, RUNNING, COMPLETED, FAILED, CANCELLED.
QUEUED
RUNNING
COMPLETED
FAILED
CANCELLED
Lista de runs.
true
Show child attributes
Was this page helpful?