List automations
Automations
List automations
Returns a paginated list of automations for a program.
GET
List automations
Lists all automations for a given program. Results are paginated and returned in reverse-chronological order by default. UseDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
search to find automations by name.
Filter by trigger_type, scope, status, and source. The source filter distinguishes between automations created via the API (api) and those generated by rule actions (rule_action). Combining multiple filters narrows results with AND logic.
For usage patterns and examples, see the Automations guide.
Authorizations
API key passed in the X-API-Key header.
Path Parameters
Program ID
Query Parameters
Filter by trigger type
Available options:
cron, one_time, participant_state, immediate Filter by scope
Available options:
program, participants Filter by status
Available options:
active, paused, completed, failed, archived Filter by source
Available options:
api, rule_action Search by automation name (partial match)
Max results per page (1-200, default 50)
Required range:
x >= 1Pagination cursor from a previous response