---
title: "Get media stream for the call"
method: GET
path: "/calls/{id}/media_stream"
tags: ["Call"]
---

# Get media stream for the call

`GET /calls/{id}/media_stream`

Retrieve the media stream information for a specific call. WebSocket endpoint — only handshake-time errors are reported via HTTP status. Errors after the connection upgrades to WebSocket are signaled via close frames and are not in HTTP scope.

## Path parameters

- `id` string, required

## Query parameters

- `encapsulation` string

## Response `200`

Media stream information retrieved successfully

## Other responses

- `401` — Authentication required (UNAUTHENTICATED).
- `500` — Internal error (INTERNAL).

---

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