---
title: "Get Photographers Endpoint"
method: GET
path: "/getPhotographers"
---

# Get Photographers Endpoint

`GET /getPhotographers`

Retrieves photographers for a single project, or the union across multiple
projects (the "All Projects" view).

Query Parameters (one of):
    - projectId: A single project ID
    - projectIds[]: Multiple project IDs. Photographers are merged by identity
      (id) across projects, with totalImagesCount summed across them.

Returns:
    JSON response with list of photographers containing:
    - id: unique identifier
    - name: photographer's name
    - email: photographer's email address
    - description: additional information about the photographer
    - isEventOrganizer: boolean indicating if photographer is also an event organizer
    - totalImagesCount: total number of images uploaded by this photographer

Errors:
    - 400 if neither projectId nor projectIds[] is provided
    - 500 if database access fails

## Query parameters

- `projectId` string, nullable
- `projectIds[]` integer[]

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