---
title: "List session recordings"
method: GET
path: "/v1/sessions"
tags: ["Sessions"]
---

# List session recordings

`GET /v1/sessions`

Lists session recordings

## Query parameters

- `cursor` integer
- `limit` integer
- `externalId` string, uuid, nullable
- `email` string, nullable
- `pageUrl` string, nullable
- `startedBefore` string, date-time, nullable
- `startedAfter` string, date-time, nullable

## Response `200`

Successful Response

- ExternalApiListResponseExternalSessionRecording
  - `data` ExternalSessionRecording[], required
    - `id` string, uuid, required
    - `customerId` string, uuid, required
    - `startTime` string, date-time, required
    - `lastActivity` string, date-time, required
    - `info` SessionRecordingInfo
      - `browser` string, nullable
      - `device` string, nullable
      - `os` string, nullable
      - `customerLocation` string, nullable
      - `customerIpAddress` string, nullable
      - `customerTimezone` string, nullable
      - `customEvents` string[], nullable
      - `chatTicketsStarted` string[], nullable
      - `pagesVisited` string[], nullable
      - `pagesVisitedDetails` PageVisited[], nullable
        - `url` string, required
        - `title` string, nullable
        - `timestamp` integer, required
      - `sentryErrorCount` integer, nullable
      - `consoleErrorCount` integer, nullable
      - `networkRequestsByStatus` object, nullable
  - `total` integer, nullable
  - `cursor` integer, nullable
  - `limit` integer, nullable

## Other responses

- `422` — Validation Error

---

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