List automations
List all automations for the organization, newest first.
Supports metadata.<key>=<value> query parameters to filter on
metadata labels (exact match; multiple filters AND together).
agent_types filters to automations containing at least one action of a
given agent type; repeat the parameter to match any of several types
(OR). Action payloads live in customer-data storage rather than
queryable columns, so this filter scans pages server-side. total is
only returned when a single unfiltered scan covered the whole result set
(first page, no further pages, nothing hidden); otherwise it is omitted
rather than reporting a count that includes automations the API will
never return.
Permissions
Requires a service user with theViewOrgAutomations permission at the organization level.
Filtering
Supports filtering bysearch, creator_id, enabled, event_type, and agent_types (repeat to match any of several types). metadata.<key>=<value> query parameters filter on metadata labels (exact match; multiple filters AND together).
Results are newest first with cursor-based pagination (after, first). total is only returned when a single unfiltered scan covered the whole result set.Authorizations
Service User credential (prefix: cog_)
Path Parameters
Organization ID (prefix: org-)
"org-abc123def456"
Query Parameters
1 <= x <= 200new_session, long_running, auto_triage, remediate_finding, triage_session, incident_session Response
Successful Response

