Skip to main content
GET
ListAutomationTriggers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

pageSize
integer<int64>
pageToken
string
filter
string

CEL filter. Available fields: automation_trigger_id, canvas_id, name, action_kind, is_enabled, is_archived, archived_date.

orderBy
string

Order-by. Available fields: created_date, modified_date, name. Default: created_date desc.

Response

A successful response.

The response of a call to AutomationService_ListAutomationTriggers.

automationTriggers
object[]
required
nextPageToken
string
required