Automations
GET
List Automations
GET /v1/automationsRetrieve a paginated list of all automations in your workspace.
Use Cases:
- View all automation workflows and their statuses
- Monitor active automations
- Build automation management dashboards
- Audit automation configurations
- Track automation versions
Behavior:
- Returns automations in reverse chronological order (newest first)
- Uses cursor-based pagination for efficient retrieval
- Includes automation metadata, trigger configuration, and status
- Shows only root automations (not version variants)
- Maximum 100 automations per request
Required Scope: read:automations
Response Includes:
- Automation ID, name, and description
- Current status (DRAFT, PUBLISHED, ARCHIVED)
- Trigger type and configuration
- Workflow nodes and edges
- Version number and parent ID
- Statistics and timestamps
Query parameters
limitintegerNumber of items to return (default: 20, max: 100)
afterstringCursor for pagination - ID of the last item from the previous page
beforestringCursor for reverse pagination - ID of the first item from the next page
Response
200Successfully retrieved paginated list of automations with metadata and trigger configuration
objectstringrequiredhasMorebooleanrequireddataobject[]required