List automation subscriptions
Automations
List automation subscriptions
Returns per-participant subscription records for a participant-scoped automation.
GET
List automation subscriptions
Lists the per-participant subscriptions for aDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
participant_state automation. Each subscription shows the participant, next_trigger_at, and current status. Results are paginated.
This endpoint only applies to automations with trigger.type set to participant_state. Calling it on a cron, one_time, or immediate automation returns an empty list. Use this to inspect which participants are currently enrolled and when their next event will fire.
For usage patterns and examples, see the Automations guide.
Authorizations
API key passed in the X-API-Key header.
Path Parameters
Program ID
Automation ID
Query Parameters
Filter by subscription status
Available options:
active, completed, failed