cURL
curl --request GET \ --url http://api.gu1.ai/automations/{id}/executions \ --header 'Authorization: Bearer <token>'
Paginated execution history for one automation.
GET https://api.gu1.ai/automations/:id/executions?limit=20&offset=0
{ "executions": [...], "total": number }
Was this page helpful?