*** id: 3e5ddf83-ffb6-4cf6-9672-fccd74a16bed title: Relay.Event slug: /python/reference/event max-toc-depth: 3 ---------------- [relay-calling-call]: /docs/server-sdk/v2/python/reference/calling/call ## Relay.Event This object represents the last Relay event that completed an operation on the [`Call`][relay-calling-call]. ## Properties | Property | Type | Description | | --------- | -------- | ----------------------------------- | | `name` | `string` | The event name. | | `payload` | `dict` | Raw JSON object of the Relay event. |