curl --request GET \
--url http://0.0.0.0:3000/v1/automations/{id}/executions \
--header 'Authorization: Bearer <token>'[
{
"id": 1,
"automation_id": 1,
"status": "success",
"started_at": "2026-03-17T10:00:00Z",
"finished_at": "2026-03-17T10:00:01Z"
}
]curl --request GET \
--url http://0.0.0.0:3000/v1/automations/{id}/executions \
--header 'Authorization: Bearer <token>'[
{
"id": 1,
"automation_id": 1,
"status": "success",
"started_at": "2026-03-17T10:00:00Z",
"finished_at": "2026-03-17T10:00:01Z"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID da organização para contexto (opcional). Quando presente, filtra recursos da org.
ID numérico da automação