---
title: "Fetch all VOD streams for a transcoder"
method: GET
path: "/transcoders/{id}/vod_streams"
tags: ["transcoders"]
---

# Fetch all VOD streams for a transcoder

`GET /transcoders/{id}/vod_streams`

(Available from version 1.5) This operation shows the details of all VOD streams associated to a specific transcoder.

## Path parameters

- `id` string, required

## Response `200`

Success

- VodStreams
  - `vod_streams` object[], required
    - `id` string — The unique alphanumeric string that identifies the VOD stream.
    - `name` string — A descriptive name for the VOD stream. Maximum 200 characters.
    - `state` 'processing' | 'completed' | 'failed' — The state of the VOD stream.
    - `playback_enabled` true | false — Specifies whether playback is enabled for the VOD stream.
    - `reason` string — The reason that a VOD stream has the state of **failed**. Only returned when the state is **failed**.
    - `created_at` string — The date and time that the VOD stream was created.
    - `updated_at` string — The date and time that the VOD stream was updated.

## Other responses

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

---

[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/versions/157b6f741f2a/schema)
