---
title: "Fetch all output stream targets of an output of a transcoder"
method: GET
path: "/transcoders/{transcoder_id}/outputs/{output_id}/output_stream_targets"
tags: ["transcoders"]
---

# Fetch all output stream targets of an output of a transcoder

`GET /transcoders/{transcoder_id}/outputs/{output_id}/output_stream_targets`

This operation shows the details of all of the output stream targets of an output of a transcoder.

## Path parameters

- `transcoder_id` string, required
- `output_id` string, required

## Response `200`

Success

- OutputStreamTargets
  - `output_stream_targets` OutputStreamTarget[], required
    - `created_at` string, date-time — The date and time that the output stream target was created.
    - `id` string — The unique alphanumeric string that identifies the output stream target.
    - `stream_target` IndexStreamTarget
      - `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.
    - `stream_target_id` string — The unique alphanumeric string that identifies the stream target.
    - `updated_at` string, date-time — The date and time that the output stream target was updated.
    - `use_stream_target_backup_url` boolean — Specifies whether the output stream target uses the stream target's primary or backup URL.
    - `target_state` 'enabled' | 'disabled' — Specifies whether the stream target is **enabled** or **disabled**. This parameter displays in the response when the transcoder or live stream associated with the stream target is running and receiving a stream. **Enabled** means the stream target is enabled and streaming video to its destination. **Disabled** means the stream target is disabled and is not streaming video to its destination.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `410` — Gone

---

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