---
title: "Fetch all transcoders"
method: GET
path: "/transcoders"
tags: ["transcoders"]
---

# Fetch all transcoders

`GET /transcoders`

This operation shows limited details for all of your transcoders. For detailed information, fetch a single transcoder.

## Query parameters

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

## Response `200`

Success

- Transcoders
  - `transcoders` IndexTranscoder[], required
    - `created_at` string, date-time — The date and time that the transcoder was created.
    - `id` string — The unique alphanumeric string that identifies the transcoder.
    - `name` string — A descriptive name for the transcoder. Maximum 200 characters.
    - `state` 'starting' | 'stopping' | 'started' | 'stopped' | 'resetting' — The state of the transcoder.
    - `workflow` 'live_stream' | 'transcoder' — The method by which the transcoder was created, either **transcoder** for a transcoder created through the transcoder workflow or **live_stream** for a transcoder created automatically as part of the live stream workflow.
    - `updated_at` string, date-time — The date and time that the transcoder 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)
