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

# List Pack reviews

`GET /packs/{packId}/reviews`

List reviews for a specific Pack.

## Path parameters

- `packId` integer, required

## Query parameters

- `limit` integer
- `pageToken` string
- `status` 'pending' | 'approved' | 'denied' | 'canceled' | 'superseded' — The status of a Pack review

## Response `200`

List of Pack reviews

- ListPackReviewsResponse — Response containing Pack reviews
  - `items` PackReview[], required — List of Pack reviews
    - `packReviewId` string, uuid, required — ID of the review
    - `packId` integer, required — ID of the Pack being reviewed
    - `packVersion` string — Pack version being reviewed (for code reviews)
    - `includesListingReview` boolean — Whether listing info was included in the review scope
    - `packReviewStatus` 'pending' | 'approved' | 'denied' | 'canceled' | 'superseded', required — The status of a Pack review
    - `submittedByUserId` integer, required — User ID of the person who submitted the review
    - `submissionTimestamp` string, date-time, required — When the review was submitted
    - `additionalInformation` PackReviewAdditionalInformation — Additional information about the Pack review
      - `privacyCollectsPersonalInfo` boolean, nullable — Whether the agent or third-party partners collect personal information.
      - `privacyPersonalInfoCategories` string[], nullable — Categories of personal information collected by the agent.
      - `privacyDataUsagePurposes` string[], nullable — Purposes for which collected data is used by the agent or third-party partners.
      - `privacyDataCollectedBy` string[], nullable — Whether data is collected by the developer, a third party, or both.
  - `nextPageToken` string — Token for fetching the next page of results
  - `nextPageLink` string, url — Link 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)
