---
title: "Retrieve Multistream Targets"
method: GET
path: "/multistream/target"
---

# Retrieve Multistream Targets

`GET /multistream/target`

## Response `200`

Success

- MultistreamTarget[]
  - `id` string
  - `name` string
  - `url` string, uri, required — Livepeer-compatible multistream target URL (RTMP(S) or SRT)
  - `disabled` boolean — If true then this multistream target will not be used for pushing even if it is configured in a stream object.
  - `createdAt` number — Timestamp (in milliseconds) at which multistream target object was created

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/livepeer/apis/livepeer-api-reference.md) · [All operations](https://skmtc.dev/livepeer/apis/livepeer-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/livepeer/livepeer-api-reference/revisions/fe72cbbf5a9b/schema)
