---
title: "List the releases for a Pack."
method: GET
path: "/packs/{packId}/releases"
tags: ["Packs"]
---

# List the releases for a Pack.

`GET /packs/{packId}/releases`

Get the list of releases of a Pack.

## Path parameters

- `packId` integer, required

## Query parameters

- `limit` integer
- `pageToken` string

## Response `200`

List of Pack releases.

- PackReleaseList — List of Pack releases.
  - `items` PackRelease[], required
    - `packId` number, required — ID of the Packs.
    - `releaseNotes` string, required — Developer notes.
    - `createdAt` string, date-time, required — Timestamp for when the release was created.
    - `releaseId` number, required — The release number of the Pack version if it has one.
    - `packVersion` string, required — The semantic format of the Pack version.
    - `sdkVersion` string, required — What Packs SDK version was this version built on.
  - `nextPageToken` string — If specified, an opaque token used to fetch the next page of results.
  - `nextPageLink` string, url — If specified, a link that can be used to fetch the next page of results.

## Other responses

- `400` — The request parameters did not conform to expectations.
- `401` — The API token is invalid or has expired.
- `403` — The API token does not grant access to this resource.
- `404` — The resource could not be located with the current API token.
- `429` — The client has sent too many requests.

---

[API](https://skmtc.net/coda/apis/superhuman-docs-api.md) · [All operations](https://skmtc.net/coda/apis/superhuman-docs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coda/superhuman-docs-api/versions/c65a8418f3c8/schema)
