---
title: "View a room recording."
method: GET
path: "/room_recordings/{room_recording_id}"
tags: ["Room Recordings"]
---

# View a room recording.

`GET /room_recordings/{room_recording_id}`

## Path parameters

- `room_recording_id` string, uuid, required

## Response `200`

Get room recording response.

- object
  - `data` RoomRecording
    - `id` string, uuid — A unique identifier for the room recording.
    - `room_id` string, uuid — Identify the room associated with the room recording.
    - `session_id` string, uuid — Identify the room session associated with the room recording.
    - `participant_id` string, uuid — Identify the room participant associated with the room recording.
    - `status` 'completed' | 'processing' — Shows the room recording status.
    - `type` 'audio' | 'video' — Shows the room recording type.
    - `size_mb` number, float — Shows the room recording size in MB.
    - `download_url` string — Url to download the recording.
    - `codec` string — Shows the codec used for the room recording.
    - `duration_secs` integer — Shows the room recording duration in seconds.
    - `created_at` string, date-time — ISO 8601 timestamp when the room recording was created.
    - `updated_at` string, date-time — ISO 8601 timestamp when the room recording was updated.
    - `ended_at` string, date-time — ISO 8601 timestamp when the room recording has ended.
    - `started_at` string, date-time — ISO 8601 timestamp when the room recording has stated.
    - `completed_at` string, date-time — ISO 8601 timestamp when the room recording has completed.
    - `record_type` string

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
