Skip to main content
GET
ListAutomationTriggeredEvents

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_triggered_event_id, automation_trigger_id, run_id, state.

orderBy
string

Order-by. Available fields: created_date, dispatch_after. Default: created_date desc.

Response

A successful response.

The response of a call to AutomationService_ListAutomationTriggeredEvents.

automationTriggeredEvents
object[]
required
nextPageToken
string
required