v5

latestOpenAPI 3.0.02026-08-04258282491.7 KB
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/tickets/search-feature-requests

Query parameters

querystring required
  • Required free-text description of the requested feature.
limitnumber double
  • Size of the candidate set retrieved before reranking (default: 10). The reranked response is still capped at 3 matches unless minScore=0 is passed.
minScorenumber double
  • Minimum rerank relevance score, 0-1 (default: 0.35). 0 disables reranking and returns up to limit candidates.

Headers

projectstring required

Response

Ok

{"stackTrail":"paths:/tickets/search-feature-requests:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}