---
title: "Get Org Face Match Suggestions Endpoint"
method: GET
path: "/getOrgFaceMatchSuggestions"
---

# Get Org Face Match Suggestions Endpoint

`GET /getOrgFaceMatchSuggestions`

Org-wide face match suggestions (cross-project duplicates). Face crop + sample URLs are
built from each person's ORIGIN project prefix, so cross-project crops resolve correctly.

## Query parameters

- `projectIds[]` integer[]
- `status_filter` string — pending | rejected | approved | ignored | all
- `countOnly` boolean — Return only the suggestion count (cheap COUNT, no crop/sample URLs) — used for the /faces badge.

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