---
title: "recordings/:id"
method: GET
path: "/recordings/{recording_id}"
tags: ["recordings"]
---

# recordings/:id

`GET /recordings/{recording_id}`

Get info about a recording

## Path parameters

- `recording_id` string, required

## Response `200`

200

- object
  - `id` string — A unique, opaque ID for this object. You can use this ID in API calls, and in paginated list operations.
  - `room_name` string — The name of the [room](/reference/rest-api/rooms).
  - `start_ts` integer — When the recording started. This is a unix timestamp (seconds since the epoch).
  - `status` 'finished' | 'in-progress' | 'canceled'
  - `max_participants` integer — The maximum number of participants that were ever in this room together during the meeting session that was recorded.
  - `duration` integer — How many seconds long the recording is, approximately. This property is not returned for recordings that are in-progress.
  - `share_token` string — Deprecated.
  - `s3key` string — The S3 Key associated with this recording.
  - `mtgSessionId` string — The meeting session ID for this recording.
  - `tracks` object[] — If the recording is a raw-tracks recording, a tracks field will be provided. If role permissions have been removed, the tracks field may be null.
    - `size` integer — The size of the file.
    - `type` 'audio' | 'video' — The type of track file, audio or video.
    - `s3key` string — The S3 Key associated with this partiicular track file.

## Other responses

- `400` — 400

---

[API](https://skmtc.net/daily/apis/daily-api.md) · [All operations](https://skmtc.net/daily/apis/daily-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/daily/daily-api/revisions/98b9b9a97a33/schema)
