---
title: "Find duplicate feature requests"
method: POST
path: "/tickets/deduplicate"
tags: ["Ticket"]
---

# Find duplicate feature requests

`POST /tickets/deduplicate`

Returns previously computed duplicate groups for the project's feature requests from a cache;
`{ groups: [] }` when nothing is cached yet. Pass `?force=true` (or `{ "force": true }` in the body) to
run a fresh AI scan; results are cached for 24 hours. The scan covers up to 2000 active feature requests;
archived, hidden, spam, already-merged and DONE tickets are excluded. The `project` header is required.

## Headers

- `project` string

## Response `200`

Ok

- unknown

---

[API](https://skmtc.net/gleap/apis/gleap-server.md) · [All operations](https://skmtc.net/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gleap/gleap-server/versions/b706fc73777f/schema)
