# getScreenshotPlaceholders

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

Get screenshot placeholders for a project

## Endpoint

`GET /public/p/:slugWithId/screenshots`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `slugWithId` | path | `string` | ✓ | Project slug with URL ID |
| `documentId` | query | `string` | - | Filter by document ID |
| `status` | query | `string` | - | Filter by status (captured, pending, failed) |

## Referenced By

- `PublicProjectController` (MODULE_DECLARES)
