---
title: "Get recordings"
method: GET
path: "/v1/core/recordings"
---

# Get recordings

`GET /v1/core/recordings`

Get recordings

## Query parameters

- `createdAt:gt` string — Return results created after the given date. Format: ISO 8601 timestamp (YYYY-MM-DDTHH:mm:ss.sssZ). Example: 2024-06-13T04:00:00.592Z
- `createdAt:lt` string — Return results created before the given date. Format: ISO 8601 timestamp (YYYY-MM-DDTHH:mm:ss.sssZ). Example: 2024-06-13T04:00:00.592Z
- `pageSize` string — Number of results to return per page (default is 25).
- `cursor` string — Cursor for pagination.
- `isProcessingDone` 'true' | 'false' — Filter by processing status.
- `isEntityExtractionDone` 'true' | 'false' — Filter by entity extraction status.
- `isSummaryDone` 'true' | 'false' — Filter by summary status.

## Response `200`

Get recordings

- object
  - `data` object[], required
    - `id` string, required
    - `organizationId` string, required
    - `userId` string, required
    - `title` string, required
    - `durationInMilliseconds` number, required
    - `latitude` number, required
    - `longitude` number, required
    - `result` 'OPEN' | 'WON' | 'LOST', required
    - `createdAt` string, required
    - `links` object, required
      - `web` object, required
        - `self` string, required
    - `isProcessingDone` boolean
    - `isEntityExtractionDone` boolean
    - `isSummaryDone` boolean
  - `cursor` string, nullable, required — Opaque cursor for pagination

---

[API](https://skmtc.dev/siro/apis/swagger-api.md) · [All operations](https://skmtc.dev/siro/apis/swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/siro/swagger-api/revisions/9995339a94c6/schema)
