v3

latestOpenAPI 3.0.32026-07-31135300306.1 KB
feature-requests

Search or list feature requests

Returns feature requests matching the given criteria. Supports semantic search, status filtering, and pagination.

Rate limit: 20 requests per minute

post/feature-requests/search

Request body

account_idsstring[]

Filter by one or more account IDs. Returns only feature requests with evidence linked to any of the given accounts.

limitinteger

The maximum number of feature requests to return. Defaults to 100, max 1000.

querystring

A search query string for semantic and keyword matching. If omitted, all feature requests are returned (subject to other filters and limit).

request_statusesstring[]

Filter by one or more request statuses. Each value can be a built-in status (new, in_progress, closed, archived) or a custom status slug.

Response

request_idstring