List Automations
Returns a paginated list of automations for your organization.
Authorizations
API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.
Query Parameters
Page number for pagination
x >= 1Number of items per page
1 <= x <= 100Restrict the result set to automations that have at least one trigger of the given type. Pass all (or omit) to disable the filter.
all, cron, github, gitlab, slack, sentry, custom Restrict the result set to automations matching this enabled state. Omit to include both enabled and disabled automations.
Case-insensitive substring match against the automation name. Whitespace is trimmed before matching.
Filter by automation scope. org returns org-owned automations, user returns your personal automations, all returns both.
org, user, all