---
title: "Search feature requests semantically"
method: GET
path: "/tickets/search-feature-requests"
tags: ["Ticket"]
---

# Search feature requests semantically

`GET /tickets/search-feature-requests`

Dedupe-style search across the project's
`FEATURE_REQUEST` tickets. Uses OpenSearch fuzzy match + Voyage AI
rerank — returns the most semantically similar matches to the
`query` argument, not literal keyword hits. Use this before filing
a new feature request to avoid duplicates.

Returns `{ matches: [...] }` with at most 3 reranked matches (archived feature requests and hidden lanes
are excluded).

## Query parameters

- `query` string, required
- `limit` number, double
- `minScore` number, double

## Headers

- `project` string, required

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