---
title: "Retrieve details for a specific package."
method: GET
path: "/packages/{packageId}"
tags: ["Packages"]
---

# Retrieve details for a specific package.

`GET /packages/{packageId}`

## Path parameters

- `packageId` string, required

## Response `200`

Successful operation

- object
  - `data` PackageDatum — A specific subscription package into which patients can be enrolled. Enrolling a patient into a package may result in additional costs.
    - `type` string — The data type of this object. This should always be "zap-data-subscriptions/package"
    - `id` string
    - `attributes` object
      - `name` string — The name of the package
      - `description` string — A human-readable summary of the package.

## Other responses

- `404` — No package was found with the packageId used in the path
- `500` — Error condition

---

[API](https://skmtc.net/zushealth/apis/auth-service-api.md) · [All operations](https://skmtc.net/zushealth/apis/auth-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zushealth/auth-service-api/revisions/ee03e3c0910d/schema)
