Skip to main content
GET
list-external-event-subscriptions

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer

Maximum number of items to return (1-1000)

Required range: 1 <= x <= 1000
cursor
string

Pagination cursor from a previous response

includeArchived
boolean
tenantId
string
userId
string
connectionId
string
integrationId
string
externalAppId
string
externalEventTypeId
string
status
enum<string>
Available options:
subscribed,
unsubscribed,
error

Response

200 - application/json

List external event subscriptions — each is a live hook that subscribes a connection (or just code) to an external event type and delivers matching events to routines. Filter by connection, integration, event type, tenant, or status.

items
object[]
required
cursor
string