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

# Fetch all custom stream targets

`GET /stream_targets/custom`

This operation lists limited details for all of your custom stream targets. For detailed information, fetch a single custom stream target.

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Success

- StreamTargetsCustom
  - `stream_targets_custom` IndexCustomStreamTarget[], required
    - `created_at` string, date-time — The date and time that the custom stream target was created.
    - `id` string — The unique alphanumeric string that identifies the custom stream target.
    - `name` string — A descriptive name for the custom stream target. Maximum 255 characters.
    - `updated_at` string, date-time — The date and time that the custom 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)
