---
title: "Fetch all stream sources"
method: GET
path: "/stream_sources"
tags: ["stream_sources"]
---

# Fetch all stream sources

`GET /stream_sources`

This operation shows limited details for all of your stream sources. For detailed information, fetch a single stream source of the appropriate type.

## Query parameters

- `filter` string
- `page` integer
- `per_page` integer

## Response `200`

Success

- StreamSources
  - `stream_sources` IndexStreamSource[], required
    - `created_at` string, date-time — The date and time that the stream source was created.
    - `id` string — The unique alphanumeric string that identifies the stream source.
    - `name` string — A descriptive name for the stream source. Maximum 255 characters.
    - `type` 'wowza' — A **wowza** stream source enables automatic transcoder start, stop, and broadcast location detection.
    - `updated_at` string, date-time — The date and time that the stream source was updated.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/wowza/apis/wowza-video-rest-api-reference-documentation.md) · [All operations](https://skmtc.net/wowza/apis/wowza-video-rest-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wowza/wowza-video-rest-api-reference-documentation/revisions/157b6f741f2a/schema)
