---
title: "Returns the broadcast service matching the given ID."
method: GET
path: "/api/v2/broadcastservices/{id}"
tags: ["Broadcast Services"]
---

# Returns the broadcast service matching the given ID.

`GET /api/v2/broadcastservices/{id}`

## Response `200`

The matching broadcast service.

- BroadcastService — A broadcast service that can subscribe to content for multiple destinations.
  - `id` integer, required — The ID of the broadcast service.
  - `name` string, required — The name of the broadcast service.
  - `description` string — The description of the broadcast service.
  - `createdDate` string, date-time, required — The date the broadcast service was created in ISO 8601 format.
  - `lastModifiedDate` string, date-time, required — The date the broadcast service was last modified in ISO 8601 format.

## Other responses

- `403` — Authorization failed, or the user is not permitted to view this broadcast service.
- `404` — The broadcast service cannot be found.

---

[API](https://skmtc.dev/prss/apis/contentdepot.md) · [All operations](https://skmtc.dev/prss/apis/contentdepot/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prss/contentdepot/revisions/838e7ae589d8/schema)
