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

# List featured docs for a Pack

`GET /packs/{packId}/featuredDocs`

Returns a list of featured doc ids for a Pack.

## Path parameters

- `packId` integer, required

## Response `200`

The featured docs for a Pack.

- PackFeaturedDocsResponse — List of a Pack's featured docs.
  - `items` PackFeaturedDoc[], required — A list of featured docs for the Pack.
    - `doc` DocReference, required — Reference to a document.
      - `id` string, required — ID of the document.
      - `type` 'doc', required — The type of this resource.
      - `href` string, url, required — API link to the document.
      - `browserLink` string, url, required — Browser-friendly link to the document.
    - `isPinned` boolean, required — Whether or not this featured doc is pinned.
    - `docStatus` 'docInaccessibleOrDoesNotExist' | 'invalidPublishedDocUrl' — Status of featured doc in Pack listing.
    - `publishedUrl` string, url — The URL of the published doc, if available.

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