---
title: "Get call recording presigned URL"
method: GET
path: "/api/call-tracking/calls/{call_id}/recording"
tags: ["Call Tracking"]
---

# Get call recording presigned URL

`GET /api/call-tracking/calls/{call_id}/recording`

Get a presigned URL to access the call recording.

The URL expires after the specified time (default 1 hour).
Use this endpoint to stream/download recordings securely.

## Path parameters

- `call_id` integer, required

## Query parameters

- `expires_in` integer — URL expiration in seconds (default 1 hour, max 24 hours)

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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