Skip to main content
GET
/
automations
/
{id}
/
executions
List executions
curl --request GET \
  --url http://api.gu1.ai/automations/{id}/executions \
  --header 'Authorization: Bearer <token>'

Endpoint

GET https://api.gu1.ai/automations/:id/executions?limit=20&offset=0

Query parameters

limit
number
Default 20, max 100
offset
number
Pagination offset (default 0)

Response

200 β€” { "executions": [...], "total": number }