---
title: "Get a call recording by its ID"
method: GET
path: "/call-recordings/{id}"
tags: ["call-recordings"]
---

# Get a call recording by its ID

`GET /call-recordings/{id}`

Returns a single call recording by ID.

**Rate limit:** 60 requests per minute

## Path parameters

- `id` string, required

## Response `200`

- GetCallRecordingResponseBody
  - `data` CallRecording
    - `account_id` string — The account ID associated with the call recording.
    - `calendar_event_id` string — The calendar event ID associated with the call recording.
    - `created_at` string — The creation time of the call recording in RFC3339 format.
    - `custom_fields` object — Custom fields associated with the call recording.
    - `duration_ms` integer — The duration of the call recording in milliseconds.
    - `end_time` string — The end time of the call recording in RFC3339 format.
    - `external_id` string — The external ID of the call recording from the source system.
    - `id` string — The ID of the call recording.
    - `participant_emails` string[] — The participant emails of the call recording.
    - `source` string — The source of the call recording (e.g. fathom, gong, grain, granola, custom_call_recorder).
    - `start_time` string — The start time of the call recording in RFC3339 format.
    - `summary` string — The summary of the call recording.
    - `title` string — The title of the call recording.
    - `updated_at` string — The last update time of the call recording in RFC3339 format.
    - `url` string — The URL of the call recording.
  - `request_id` string — The request ID for tracking.

## Other responses

- `400` — The request was invalid or could not be completed.
- `404`
- `500` — An unexpected internal error occurred.

---

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