Skip to content
Start here

Latest

Get latest Events
magic_transit.connectors.events.latest.list(strconnector_id, LatestListParams**kwargs) -> LatestListResponse
GET/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/events/latest
ModelsExpand Collapse
class LatestListResponse:
count: float
items: List[Item]
e: ItemE
One of the following:
class ItemEInit:
k: Literal["Init"]

Initialized process

class ItemELeave:
k: Literal["Leave"]

Stopped process

class ItemEStartAttestation:
k: Literal["StartAttestation"]

Started attestation

class ItemEFinishAttestationSuccess:
k: Literal["FinishAttestationSuccess"]

Finished attestation

class ItemEFinishAttestationFailure:
k: Literal["FinishAttestationFailure"]

Failed attestation

class ItemEStartRotateCryptKey:
k: Literal["StartRotateCryptKey"]

Started crypt key rotation

class ItemEFinishRotateCryptKeySuccess:
k: Literal["FinishRotateCryptKeySuccess"]

Finished crypt key rotation

class ItemEFinishRotateCryptKeyFailure:
k: Literal["FinishRotateCryptKeyFailure"]

Failed crypt key rotation

class ItemEStartRotatePki:
k: Literal["StartRotatePki"]

Started PKI rotation

class ItemEFinishRotatePkiSuccess:
k: Literal["FinishRotatePkiSuccess"]

Finished PKI rotation

class ItemEFinishRotatePkiFailure:
k: Literal["FinishRotatePkiFailure"]

Failed PKI rotation

class ItemEStartUpgrade:
k: Literal["StartUpgrade"]

Started upgrade

url: str

Location of upgrade bundle

class ItemEFinishUpgradeSuccess:
k: Literal["FinishUpgradeSuccess"]

Finished upgrade

class ItemEFinishUpgradeFailure:
k: Literal["FinishUpgradeFailure"]

Failed upgrade

class ItemEReconcile:
k: Literal["Reconcile"]

Reconciled

class ItemEConfigureCloudflaredTunnel:
k: Literal["ConfigureCloudflaredTunnel"]

Configured Cloudflared tunnel

n: float

Sequence number, used to order events with the same timestamp

t: float

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

v: Optional[str]

Version