Skip to main content
POST
Triggers pull events for external event subscription

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200 - application/json
userId
string
required
id
string
required
integrationId
string
required
connectionId
string
required
externalEventSubscriptionId
string
required
startDatetime
string
required
endDatetime
string
required
status
enum<string>
required
Available options:
running,
success,
error,
queued
collectedEventIds
string[]
required
tenantId
string
externalAppId
string
name
string
isFullScan
boolean
telemetryUri
string

Storage key of the per-pull diagnostic telemetry artifact (what this pull observed and why it did or did not emit events). Read via GET /external-event-pulls/{id}/telemetry.

error
object
user
object
externalEventSubscription
object
integration
object
connection
object