*** id: dd147644-efbc-44c7-81dd-b6bbf7c227ea title: Relay.Calling.RecordResult slug: /python/reference/calling/results/record description: The result object that is returned when recording a call. max-toc-depth: 3 ---------------- [record]: /docs/server-sdk/v2/python/reference/calling/call#record [relay-event]: /docs/server-sdk/v2/python/reference/event ## Relay.Calling.RecordResult This object returned from [`record`][record] method that represents the final result of a recording. ### Properties | Property | Type | Description | | ------------ | ---------------------------- | ------------------------------------------------- | | `successful` | boolean | Whether the recording has completed successfully. | | `event` | [`Relay.Event`][relay-event] | Last event that completed the operation. | | `url` | string | HTTPS URL to the recording file. | | `duration` | number | Duration of the recording in seconds. | | `size` | number | Size of the recording. |