---
title: "Get Project Attendees Endpoint"
method: GET
path: "/getProjectAttendees"
---

# Get Project Attendees Endpoint

`GET /getProjectAttendees`

Returns the project's guest list: persons tagged Attendee/Attendees, and anyone
with a project_attendees row (including Events imports tagged Host/Speaker).
Joined with project_attendees (email, share_link, status) and image_count.
Unlabeled/person rows without a guest-list entry stay out of this list and can
still be used in merge suggestions (getPotentialDuplicates / getFaceMatchSuggestions).

Returns every attendee by default; `limit`/`offset` are opt-in and the response
carries `total`/`hasMore`.

## Query parameters

- `projectId` integer, required
- `limit` integer, nullable
- `offset` 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/16997cca6697/schema)
