# getPreviewManifest

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/project/public-project.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/project/public-project.controller.ts#L940)

Preview manifest for a change request (title, status, changed pages)

## Endpoint

`GET /public/p/:slugWithId/preview/:crId/manifest`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `slugWithId` | path | `string` | ✓ |  |
| `crId` | path | `string` | ✓ |  |
| `t` | query | `string` | - | Preview token (omit when an org-member session is present) |

## Referenced By

- `PublicProjectController` (MODULE_DECLARES)
