Search feature requests semantically
Ticket
Search feature requests semantically
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).
GET
Search feature requests semantically
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Query Parameters
- Required free-text description of the requested feature.
- Size of the candidate set retrieved before reranking (default: 10). The reranked response is still capped at 3 matches unless
minScore=0is passed.
- Minimum rerank relevance score, 0-1 (default: 0.35).
0disables reranking and returns up tolimitcandidates.
Response
200 - application/json
Ok