---
title: "Returns the program matching the given ID."
method: GET
path: "/api/v2/programs/{id}"
tags: ["Programs"]
---

# Returns the program matching the given ID.

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

## Response `200`

The matching program.

- Program — A program that stations can subscribe to to get live or file content.
  - `id` integer — The unique ID of the program. Generated at creation.
  - `customerId` integer — The ID of the customer that owns this program.
  - `title` string, required — The title of the program.
  - `createdDate` string, date-time — The date the segment was created in ISO 8601 format. Generated at creation.
  - `lastModifiedDate` string, date-time — The date the program was last modified/updated in ISO 8601 format. Automatically updated on any write operation.

## Other responses

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

---

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