---
title: "Get all restreams"
method: GET
path: "/streaming/restreams"
tags: ["Restreams"]
---

# Get all restreams

`GET /streaming/restreams`

Returns a list of all restreams created in your account

## Query parameters

- `page` integer

## Response `200`

Successful

- Restream[]
  - `name` string — Restream name
  - `live` boolean — Indicates that the stream is being published. Has two possible values: - **true** — stream is being published - **false** — stream isn't published
  - `active` boolean — Enables/Disables restream. Has two possible values: - **true** — restream is enabled and can be started - **false** — restream is disabled. Default is true
  - `uri` string — A URL to push the stream to. Supported protocols: rtmp, rtmps, srt. For SRT target URLs, only `mode=caller` is supported.
  - `stream_id` integer — ID of the stream to restream
  - `client_user_id` integer — Custom field where you can specify user ID in your system

---

[API](https://skmtc.net/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.net/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
