---
title: "List RTStreams"
method: GET
path: "/rtstream/"
tags: ["RTStream"]
---

# List RTStreams

`GET /rtstream/`

## Query parameters

- `limit` integer
- `offset` integer
- `status` 'connected' | 'stopped'
- `name` string
- `ordering` string

## Response `200`

List of RTStreams

- object
  - `success` boolean
  - `data` object
    - `results` RTStream[]
      - `id` string
      - `name` string
      - `status` 'connected' | 'stopped'
      - `sample_rate` integer
      - `media_types` string[]
      - `collection_id` string
      - `store` boolean
      - `created_at` string, date-time
    - `count` integer
    - `next` string, nullable
    - `previous` string, nullable

---

[API](https://skmtc.net/video-db/apis/videodb-server-api.md) · [All operations](https://skmtc.net/video-db/apis/videodb-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/video-db/videodb-server-api/revisions/21b1d1d3eae8/schema)
