List triggered automations for an owner
get/v2/prism/{teamId}/{automationObjectType}/triggered_automations
Path parameters
teamIdstring uuid required
automationObjectType'message' | 'action' | 'event' | 'document' | 'identity' | 'linkedin_message' | 'deal' | 'organization' | 'contact' required
Object types that support triggered automations. Must match the triggered-automation whitelist in @micro/database migrate-sql (TRIGGERED_AUTOMATION_OBJECTS).
Query parameters
list_idstring uuid
List (CRM) id to scope the listing to. When omitted, automations owned by the path team are returned.
kind'update' | 'lifecycle'
Optional filter to a single automation kind. When omitted, both kinds are returned.
cursorstring
Opaque pagination cursor (from a prior response's next_cursor); supersedes page/limit when present.
pageinteger
1-based page number. Prefer cursor.
limitinteger
Maximum items per page (<= 50; defaults to 50).
Response
OK