---
title: "Get session recording"
method: GET
path: "/v2/sessions/{session_id}/recording"
tags: ["Session"]
---

# Get session recording

`GET /v2/sessions/{session_id}/recording`

Get recording details of a session by its Id.

## Path parameters

- `session_id` string, required

## Query parameters

- `expire_time` integer

## Response `200`

- object
  - `id` string — Session Id.
  - `url` string — Recording resource URL. **The file pointed by this URL is treated as PII/PHI**
  - `room_id` string — room_id will only exist if the session is for a Room
  - `broadcast_id` string — broadcast_id will only exist if the session is for a Broadcast

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Session not found
- `422` — Unprocessable Content
- `429` — Too Many request

---

[API](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis.md) · [All operations](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kaleyra/kaleyra-io-sms-apis/versions/d9b785884d03/schema)
