Skip to main content
GET
List event triggers

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string
required

The ID of the agent whose event triggers to list.

Response

List of event triggers for the agent

object
enum<string>
required

The object type, always 'list'.

Available options:
list
data
object[]
required

Array of event trigger objects for the agent (zero or one).

has_more
boolean
required

Always false — an agent has at most one event trigger, so results are never paginated.