---
title: "Get Media"
method: GET
path: "/v1/calls/{call_id}/media"
tags: ["calls"]
---

# Get Media

`GET /v1/calls/{call_id}/media`

Retrieve a call's media URL and type by its ID.

- media_url is a presigned URL that expires in 24 hours

## Path parameters

- `call_id` string, required

## Response `200`

Successful Response

- CallMedia — Media URL and type for a call.
  - `media_type` 'audio' | 'video'
  - `media_url` string, nullable

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `404` — Call not found
- `422` — Validation Error

---

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