*** id: f27aa1a4-a2fc-4145-b00c-f2691ac04047 title: Relay.Calling.RecordResult slug: /node/reference/calling/results/record description: The result object that is returned when recording a call. max-toc-depth: 3 ---------------- [record]: /docs/server-sdk/v2/node/reference/calling/call#record [relay-event]: /docs/server-sdk/v2/node/reference/event 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 |