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

# List invitations for a Pack

`GET /packs/{packId}/invitations`

Get pending invitations for a given Pack.

## Path parameters

- `packId` integer, required

## Query parameters

- `limit` integer
- `pageToken` string

## Response `200`

List of Pack invitations.

- PackInvitationList — List of Pack invitations.
  - `items` PackInvitation[], required
    - `invitationId` string, required — ID of the invitation
    - `packId` number, required — ID of the Pack
    - `inviteeEmail` string, required — Email address of the invited user
    - `inviterUserId` integer, required — User ID of the user who created this invitation
    - `access` 'none' | 'view' | 'test' | 'edit' | 'admin', required
    - `createdAt` string, date-time, required — Timestamp when the invitation was created
    - `expiresAt` string, date-time, required — Timestamp when the invitation expires
  - `nextPageToken` string, nullable — Token for fetching the next page of results
  - `nextPageLink` string, url, nullable — URL for fetching 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)
