---
title: "Retrieve a multistream target"
method: GET
path: "/multistream/target/{id}"
tags: ["multistream"]
---

# Retrieve a multistream target

`GET /multistream/target/{id}`

## Response `200`

Success

- MultistreamTarget
  - `id` string
  - `name` string
  - `userId` 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

## Changes

- **2024-05-17** `fc477586b24c` — 1 breaking, 1 info
  - the response property `errors` became optional for the status `default`
  - added the optional property `userId` to the response with the `200` status
- **2024-04-23** `d0909f9b9414` — 2 info
  - api operation id `getMultistreamTarget` was added
  - api tag `multistream` added

[Change history](https://skmtc.dev/livepeer/apis/livepeer-api-reference/changes/multistream/target/:id/get.md)

---

[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/0d7e15217608/schema)
