---
title: "List SessionRecordings"
method: GET
path: "/sessionRecording"
tags: ["SessionRecording"]
---

# List SessionRecordings

`GET /sessionRecording`

Lists available SessionRecordings

## Query parameters

- `page` integer — Page number - used for pagination
- `limit` integer — Page limit - used to limit the result set to a number of records per page
- `sort` string — Allows to sort the results by single field
- `filter` string — Allows filtering results using odata filter syntax

## Response `200`

Ok

- SessionRecordingListResponse
  - `_links` object, required — A collection of Hypermedia Application Language (HATEOS) links
    - `previous` string, uri — When using pagination, The URI link to the previous page of results
    - `next` string, uri — When using pagination, The URI link to the next page of results
    - `last` string, uri — When using pagination, The URI link to the last page of results
    - `first` string, uri — When using pagination, the URI link to the first page of results
    - `self` string, uri, required — The URI link to the current resource
  - `_pagination` object, required — Pagination metadata
    - `totalPages` integer, required — Total pages available
    - `totalRecords` integer, required — Total results available
    - `pageSize` integer, required — Page size
    - `records` integer, required — The count of records returned in the current page
    - `pageNumber` integer, required — Current pagination page number
  - `data` BaseSessionRecording[], required — List of SessionRecordings
    - `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
- `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)
