---
title: "Get a SessionRecording"
method: GET
path: "/sessionRecording/{id}"
tags: ["SessionRecording"]
---

# Get a SessionRecording

`GET /sessionRecording/{id}`

Retrieves a SessionRecording by ID

## Path parameters

- `id` integer, required — ID is a generic type that is used to represent a unique identifier

## Response `200`

Ok

- BaseSessionRecording — The base type for a SessionRecording. Used in list responses.
  - `id` integer, required — ID is a generic type that is used to represent a unique identifier
  - `shareUrl` string, uri, required — The URL of the SessionRecording
  - `duration` number, double, required — The duration in seconds of the SessionRecording
  - `userAgent` string, required — The useragent string recorded for the SessionRecording
  - `location` string, required — The location of the user who recorded the SessionRecording. If no location is available, this will be an empty string.
  - `userIdentification` string, required — The unique identifier for user identification tracking
  - `tag` string, required — The tags of the SessionRecording, comma separated
  - `domain` string, required — The domain name where the SessionRecording was recorded
  - `created` string, date-time, required — The datetime the SessionRecording was created in RFC 3339 format

## Other responses

- `401` — Not Authorized
- `404` — Not Found
- `422` — Validation Error
- `429` — Too Many Requests
- `500` — Interal Server Error

---

[API](https://skmtc.net/userback/apis/userback-rest-api.md) · [All operations](https://skmtc.net/userback/apis/userback-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/userback/userback-rest-api/versions/7fb30e1173ca/schema)
