---
title: "Get call recording"
method: GET
path: "/v1/calls/{id}/recording"
tags: ["Calls"]
---

# Get call recording

`GET /v1/calls/{id}/recording`

Returns the recording metadata for a call. Returns 404 if the call is in a workspace outside the API key scope.

## Path parameters

- `id` string, required

## Response `200`

The call recording metadata

- PublicCallRecordingDTO
  - `id` string, required — Unique identifier of the recording
  - `duration` number, required — Duration of the recording in seconds
  - `startTime` string, date-time, required — Start time of the recording
  - `hasTranscription` boolean, required — Indicates if a transcription exists for this recording
  - `transcriptionStatus` 'PENDING' | 'IN_PROGRESS' | 'FAILED' | 'COMPLETED', nullable, required — Status of the transcription if it exists

## Other responses

- `401` — Invalid or missing API key
- `403` — Subscription required or plan not eligible
- `404` — Call or recording not found, or outside API key scope

---

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