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

# List the versions for a Pack.

`GET /packs/{packId}/versions`

Get the list of versions of a Pack.

## Path parameters

- `packId` integer, required

## Query parameters

- `limit` integer
- `pageToken` string

## Response `200`

List of Pack versions.

- PackVersionList — List of Pack versions.
  - `items` PackVersion[], required
    - `packId` number, required — ID of the Pack.
    - `buildNotes` string, required — Developer notes.
    - `createdAt` string, date-time, required — Timestamp for when the version was created.
    - `creationUserLoginId` string, required — The login ID of creation user of the Pack version.
    - `releaseId` number — The release number of the Pack version if it has one.
    - `packVersion` string, required — The semantic format of the Pack version.
    - `sdkVersion` string — What Packs SDK version was this version built on.
    - `source` 'web' | 'cli'
  - `creationUsers` UserSummary[], required
    - `name` string, required — Name of the user.
    - `loginId` string, required — Email address of the user.
    - `type` 'user', required — The type of this resource.
    - `pictureLink` string, url — Browser-friendly link to the user's avatar image.
  - `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/revisions/c65a8418f3c8/schema)
