---
title: "List scene stream access"
method: GET
path: "/scene-stream-access"
tags: ["Scene Stream Access"]
---

# List scene stream access

`GET /scene-stream-access`

Lists streaming access information for a specific scene or world.
Only scene owners or administrators can access this endpoint.
Requires Signed Fetch authentication from decentraland-kernel-scene.
Must include the complete identity header chain: x-identity-auth-chain-0, x-identity-auth-chain-1, x-identity-auth-chain-2, x-identity-timestamp, and x-identity-metadata.

## Response `200`

Stream access information retrieved successfully

- object
  - `id` string, required — Unique identifier of the stream access
  - `place_id` string, required — ID of the place
  - `streaming_key` string, required — Streaming key for the stream
  - `streaming_url` string, required — URL for the stream
  - `ingress_id` string, required — LiveKit ingress ID
  - `created_at` integer, required — Timestamp when the access was created
  - `active` boolean, required — Whether the stream access is active
  - `streaming` boolean, required — Whether the stream is currently active
  - `streaming_start_time` integer, required — Timestamp when streaming started

## Other responses

- `401` — Unauthorized - Authentication required
- `403` — Forbidden - The caller has an active platform ban, or last connected from a banned device
- `404` — Stream access not found
- `500` — Internal server error

---

[API](https://skmtc.net/decentraland/apis/realm-provider-api.md) · [All operations](https://skmtc.net/decentraland/apis/realm-provider-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decentraland/realm-provider-api/revisions/d94e0e0f1821/schema)
