v25

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0131545750.2 KB

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

has_moreboolean required

True if more automations exist beyond this page.

next_cursorstring nullable

Opaque cursor for the next page; null when has_more is false.

All 315 operations