# Returns a single MediaRecording resource identified by a SID **GET /v1/MediaRecordings/{Sid}** Returns a single MediaRecording resource identified by a SID. A MediaRecording resource exposes recording metadata and allows the deletion of a particular recording. ## Servers ## Parameters ### Path parameters - **Sid** (string) The SID of the MediaRecording resource to fetch. ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **bitrate** (integer | null) The bitrate of the media - **date_created** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was created - **date_updated** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was last updated - **duration** (integer | null) The duration of the MediaRecording - **format** (string | null) The format of the MediaRecording - **links** (object(uri-map) | null) The URLs of related resources - **processor_sid** (string | null) The SID of the MediaProcessor - **resolution** (string | null) The dimensions of the video image in pixels - **sid** (string | null) The unique string that identifies the resource - **size** (integer | null) The size of the recording - **source_sid** (string | null) The SID of the resource that generated the original media - **status** (string | null) The status of the MediaRecording - **status_callback** (string(uri) | null) The URL to which Twilio will send MediaRecording event updates - **status_callback_method** (string(http-method) | null) The HTTP method Twilio should use to call the `status_callback` URL - **url** (string(uri) | null) The absolute URL of the resource [Powered by Bump.sh](https://bump.sh)