---
title: "Get the multiview WHEP endpoint for a vision mixer block.
GET /api/flows/{flow_id}/blocks/{block_id}/multiview-endpoint"
method: GET
path: "/api/flows/{flow_id}/blocks/{block_id}/multiview-endpoint"
tags: ["vision-mixer"]
---

# Get the multiview WHEP endpoint for a vision mixer block.
GET /api/flows/{flow_id}/blocks/{block_id}/multiview-endpoint

`GET /api/flows/{flow_id}/blocks/{block_id}/multiview-endpoint`

## Path parameters

- `flow_id` string, required
- `block_id` string, required

## Response `200`

Multiview endpoint info

- MultiviewEndpointResponse — Response for a vision mixer multiview endpoint query.
  - `endpoint` string, required — WHEP endpoint path (e.g. "/whep/my-endpoint"), empty if not connected.

## Other responses

- `404` — Flow or block not found

---

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