---
title: "Get Trash Images Endpoint"
method: GET
path: "/getTrashImages"
---

# Get Trash Images Endpoint

`GET /getTrashImages`

Endpoint for retrieving deleted images (trash) for a single project, or across
multiple projects (the "All Projects" view) when projectIds[] is provided.

## Query parameters

- `projectId` string, nullable
- `projectIds[]` integer[]
- `photographerId` string, nullable
- `page` integer, nullable
- `pageSize` integer, nullable
- `sortBy` string, nullable
- `idsOnly` boolean
- `visibleReasons[]` string[], nullable
- `showUnlocked` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pavoot/apis/fastapi.md) · [All operations](https://skmtc.dev/pavoot/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pavoot/fastapi/revisions/3966713f5d52/schema)
