---
title: "Get a paginated and filtered list of recordings"
method: GET
path: "/Recordings"
tags: ["Recordings"]
---

# Get a paginated and filtered list of recordings

`GET /Recordings`

## Query parameters

- `page` union
  - integer
  - string, int32
- `pageSize` union
  - integer
  - string, int32
- `status` string
- `patientId` string
- `userId` string
- `dateFrom` string, date-time
- `dateTo` string, date-time

## Response `200`

Paginated list of recordings

- RecordingListResponse — Recording list response with pagination
  - `data` RecordingListItemDto[], required
    - `id` string, required
    - `title` string, nullable
    - `patientName` string, required
    - `summary` string, nullable
    - `status` string, required
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `attendingDvmName` string, nullable
    - `scribeName` string, nullable
    - `patientId` string, nullable
    - `appointmentId` string, nullable
  - `totalCount` union
    - integer
    - string, int32
  - `page` union
    - integer
    - string, int32
  - `pageSize` union
    - integer
    - string, int32
  - `totalPages` union
    - integer
    - string, int32

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/d8d7501dde48/schema)
