---
title: "Get a specific program by id"
method: GET
path: "/programs/{program_id}"
tags: ["Programs"]
---

# Get a specific program by id

`GET /programs/{program_id}`

Retrieve a specific lab test program by its ID, scoped to the org.

## Path parameters

- `program_id` string, required

## Response `200`

Successful Response

- Program — Model representing a program as returned by the API.
  - `name` string, required — Display name of the program.
  - `description` string, nullable — Free-text description of the program.
  - `id` string, required — Unique identifier for the program
  - `organization_id` string, required — Organization this program belongs to.
  - `created_by` string, nullable — User ID of the user who created this program
  - `created_by_email` string, nullable — Email of the user who created this program
  - `created_at` string, date-time, required — Timestamp when the program was created
  - `updated_at` string, date-time, required — Timestamp when the program was last updated

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ionworks/apis/fastapi.md) · [All operations](https://skmtc.dev/ionworks/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ionworks/fastapi/revisions/7337a3cbdaf2/schema)
