---
title: "Get call mp3 recording by name"
method: GET
path: "/calls/{id}/recordings/{name}.mp3"
tags: ["calls"]
---

# Get call mp3 recording by name

`GET /calls/{id}/recordings/{name}.mp3`

Returns a MP3 recording of a particular call, response contains binary data, content type is 'audio/mpeg'

## Path parameters

- `id` integer, required
- `name` string, required

## Response `200`

successful operation

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal Server Error

---

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