---
title: "Fetch all stream targets"
method: GET
path: "/stream_targets"
tags: ["stream_targets"]
---

# Fetch all stream targets

`GET /stream_targets`

This operation lists limited details for custom stream targets and Wowza CDN stream targets. For detailed information, fetch a single stream target of a specific type.

## Query parameters

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

## Response `200`

Success

- StreamTargets
  - `stream_targets` IndexStreamTarget[], required
    - `created_at` string, date-time — The date and time that the stream target was created.
    - `id` string — The unique alphanumeric string that identifies the stream target.
    - `name` string — A descriptive name for the stream target. Maximum 255 characters.
    - `state` 'activated' | 'archived' — The state of the stream target.
    - `type` 'custom' | 'wowza_cdn' — **custom** is an external, third-party destination and **wowza_cdn** is a Wowza CDN target.
    - `updated_at` string, date-time — The date and time that the stream target 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)
