Returns a paginated list of automations for the authenticated project.
Automations are ordered by ID (descending).
Supports cursor-based pagination via limit and starting_after.
Bearer authentication using the project Secret Key (prefixed with sk_, or test_sk_ for sandbox). All v4 public endpoints require the Secret Key — see Authentication. Never expose the Secret Key in client-side code.
Maximum number of automations to return. Min 1, max 100.
1 <= x <= 100Cursor for pagination. Pass the id of the last automation from the previous page to fetch the next page.
256A paginated list of automations.