---
title: "List all available packages"
method: GET
path: "/packages"
tags: ["Packages"]
---

# List all available packages

`GET /packages`

A "package" defines the breadth and refresh frequency of clinical data within a patient's Zus Aggregate Profile (ZAP).

## Query parameters

- `pagination` object — All list endpoints support offset-based pagination. For example: `page[count]=50&page[offset]=100` will return 50 packages from the third page of results.
  - `page[count]` string
  - `page[offset]` string

## Response `200`

Successful operation

- object
  - `data` PackageDatum[]
    - `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

- `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)
