---
title: "Get Recordings"
method: GET
path: "/recordings"
---

# Get Recordings

`GET /recordings`

This endpoint retrieves all recordings available to the client.

## Query parameters

- `page` integer
- `per_page` integer
- `sort` string
- `order` string
- `search` string
- `search_number_ids` integer[]
- `search_sequence_ids` integer[]

## Response `200`

200

- object
  - `data` object[]
    - `id` integer
    - `person_id` integer
    - `call_sid` string
    - `call_id` integer
    - `number_id` integer
    - `client_id` integer
    - `sequence_id` unknown
    - `sequence_block_id` unknown
    - `status` string
    - `recording_sid` string
    - `recording_url` string
    - `recording_status` string
    - `recording_channels` integer
    - `recording_start_time` string
    - `recording_duration` integer
    - `transcription_sid` unknown
    - `transcription_type` unknown
    - `transcription_url` unknown
    - `transcription_status` unknown
    - `created_at` string
    - `updated_at` string
    - `transcription_text` unknown
    - `number` object
      - `id` integer
      - `name` string
      - `number` string
      - `catchall_sequence_id` unknown
      - `status` string
    - `sequence` object
      - `id` integer
      - `name` string
      - `status` string
      - `number_id` integer
    - `person` object
      - `id` integer
      - `phone_number` string
      - `added_at` string
      - `source` string
  - `meta` object
    - `total` integer
    - `count` integer
    - `page` integer
    - `pages` integer
    - `per_page` integer
    - `order` string
    - `sort` string

## Other responses

- `422` — 422

---

[API](https://skmtc.dev/seebot/apis/seebottalk.md) · [All operations](https://skmtc.dev/seebot/apis/seebottalk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seebot/seebottalk/revisions/4b8c104ade48/schema)
