---
title: "Get Images Endpoint"
method: GET
path: "/getImages"
---

# Get Images Endpoint

`GET /getImages`

Endpoint for retrieving images with optional filters.
Note: aiQuery should be sent via POST /searchImages endpoint.

With idsOnly=true the response is {"imageIds": [...], "count": n, "total": n,
"truncated": bool, "limit": n} — every id the same filters would paginate through, capped
at MAX_SELECT_ALL_IDS.

## Query parameters

- `id` string, nullable
- `startDate` string, nullable
- `endDate` string, nullable
- `imageTitle` string, nullable
- `projectId` string, nullable
- `projectIds[]` string[]
- `photographerId` string, nullable
- `folderName` string, nullable
- `folderCategory` string, nullable
- `personCategory` string, nullable
- `personFieldValueId` string, nullable
- `tags` string[]
- `tagsByCategory` string, nullable
- `page` integer, nullable
- `pageSize` integer, nullable
- `dateTakenStart` string, nullable
- `dateTakenEnd` string, nullable
- `dateUploadedStart` string, nullable
- `dateUploadedEnd` string, nullable
- `filterTagsWithOr` boolean
- `sortBy` string, nullable
- `dateTakenNull` boolean, 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/16997cca6697/schema)
