---
title: "List meeting session recordings"
method: GET
path: "/meeting_sessions/{id}/recordings"
tags: ["Meeting Session Data"]
---

# List meeting session recordings

`GET /meeting_sessions/{id}/recordings`

Returns recordings for a meeting session.

## Path parameters

- `id` string, required

## Response `200`

Successful response with a list of meeting session recordings.

- MeetingSessionRecordingListResponse
  - `data` MeetingSessionRecording[], required
    - `type` string, required
    - `url` string, uri, required — Current provider download URL. The API does not guarantee URL lifetime or refresh behavior.
    - `expires_at` string, nullable, required — Expiry timestamp when available, or null. Currently returns null.

## Other responses

- `401` — Unauthorized. On api.telnyx.com, authentication is enforced by the API gateway before the request reaches the Meeting service, so a missing or invalid API key returns the standard Telnyx error envelope (`{"errors": [{"code": "10009", ...}]}`) rather than the single-`error` shape below.
- `403` — The authenticated credential is not permitted to perform this operation.
- `404` — Not Found
- `429` — Authentication is temporarily overloaded. Retry after the number of seconds in `Retry-After`.
- `500` — Internal Server Error
- `502` — The provider failed to return recording entries.
- `503` — Authentication is temporarily unavailable.

## Changes

> 99 revisions in range; 1 not diffed.

- **2026-08-17** `1571b0380bd7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/meeting_sessions/:id/recordings/get.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/227c33b1ac9c?raw)
