Skip to content
Start here

Events

List Events
GET/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/events
Get Event
GET/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/events/{event_t}.{event_n}
ModelsExpand Collapse
EventListResponse { count, items, cursor }
count: number
items: array of { a, k, n, t }
a: number

Time the Event was collected (seconds since the Unix epoch)

k: string

Kind

n: number

Sequence number, used to order events with the same timestamp

t: number

Time the Event was recorded (seconds since the Unix epoch)

cursor: optional string
EventGetResponse { e, n, t, v }

Recorded Event

e: { k } or { k } or { k } or 13 more
One of the following:
Init { k }
k: "Init"

Initialized process

Leave { k }
k: "Leave"

Stopped process

StartAttestation { k }
k: "StartAttestation"

Started attestation

FinishAttestationSuccess { k }
k: "FinishAttestationSuccess"

Finished attestation

FinishAttestationFailure { k }
k: "FinishAttestationFailure"

Failed attestation

StartRotateCryptKey { k }
k: "StartRotateCryptKey"

Started crypt key rotation

FinishRotateCryptKeySuccess { k }
k: "FinishRotateCryptKeySuccess"

Finished crypt key rotation

FinishRotateCryptKeyFailure { k }
k: "FinishRotateCryptKeyFailure"

Failed crypt key rotation

StartRotatePki { k }
k: "StartRotatePki"

Started PKI rotation

FinishRotatePkiSuccess { k }
k: "FinishRotatePkiSuccess"

Finished PKI rotation

FinishRotatePkiFailure { k }
k: "FinishRotatePkiFailure"

Failed PKI rotation

StartUpgrade { k, url }
k: "StartUpgrade"

Started upgrade

url: string

Location of upgrade bundle

FinishUpgradeSuccess { k }
k: "FinishUpgradeSuccess"

Finished upgrade

FinishUpgradeFailure { k }
k: "FinishUpgradeFailure"

Failed upgrade

Reconcile { k }
k: "Reconcile"

Reconciled

ConfigureCloudflaredTunnel { k }
k: "ConfigureCloudflaredTunnel"

Configured Cloudflared tunnel

n: number

Sequence number, used to order events with the same timestamp

t: number

Time the Event was recorded (seconds since the Unix epoch)

v: optional string

Version

EventsLatest

Get latest Events
GET/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/events/latest
ModelsExpand Collapse
LatestListResponse { count, items }
count: number
items: array of { e, n, t, v }
e: { k } or { k } or { k } or 13 more
One of the following:
Init { k }
k: "Init"

Initialized process

Leave { k }
k: "Leave"

Stopped process

StartAttestation { k }
k: "StartAttestation"

Started attestation

FinishAttestationSuccess { k }
k: "FinishAttestationSuccess"

Finished attestation

FinishAttestationFailure { k }
k: "FinishAttestationFailure"

Failed attestation

StartRotateCryptKey { k }
k: "StartRotateCryptKey"

Started crypt key rotation

FinishRotateCryptKeySuccess { k }
k: "FinishRotateCryptKeySuccess"

Finished crypt key rotation

FinishRotateCryptKeyFailure { k }
k: "FinishRotateCryptKeyFailure"

Failed crypt key rotation

StartRotatePki { k }
k: "StartRotatePki"

Started PKI rotation

FinishRotatePkiSuccess { k }
k: "FinishRotatePkiSuccess"

Finished PKI rotation

FinishRotatePkiFailure { k }
k: "FinishRotatePkiFailure"

Failed PKI rotation

StartUpgrade { k, url }
k: "StartUpgrade"

Started upgrade

url: string

Location of upgrade bundle

FinishUpgradeSuccess { k }
k: "FinishUpgradeSuccess"

Finished upgrade

FinishUpgradeFailure { k }
k: "FinishUpgradeFailure"

Failed upgrade

Reconcile { k }
k: "Reconcile"

Reconciled

ConfigureCloudflaredTunnel { k }
k: "ConfigureCloudflaredTunnel"

Configured Cloudflared tunnel

n: number

Sequence number, used to order events with the same timestamp

t: number

Time the Event was recorded (seconds since the Unix epoch)

v: optional string

Version