Feature Requests

post

Search or list feature requests. Optionally filter by query string, request_statuses, and/or account_ids

Rate limit: 20 requests per minute

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Body
account_idsstring[]Optional

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

limitinteger · int64Optional

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

querystringOptional

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

request_statusesstring[]Optional

Filter by one or more request statuses. Each value can be one of new, in_progress, closed, archived.

Responses
chevron-right
200Success
application/json
request_idstringOptional
post
/feature-requests/search
patch

Update a feature request's request_status or custom fields

Rate limit: 20 requests per minute

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Path parameters
idstringRequired

The ID of the feature request to update.

Body
request_statusstringOptional

The new request status. Can be one of new, in_progress, closed, archived.

Responses
chevron-right
200Success
application/json
request_idstringOptional
patch
/feature-requests/{id}
delete

Delete a feature request

Rate limit: 20 requests per minute

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Path parameters
idstringRequired

The ID of the feature request to delete.

Responses
chevron-right
200Success
application/json
request_idstringOptional
delete
/feature-requests/{id}
get

Get a feature request by ID. Pass fetch_evidence=true to include the list of evidence items (customer issues and call recordings linked to this request)

Rate limit: 60 requests per minute

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Path parameters
idstringRequired

The ID of the feature request to fetch.

Query parameters
fetch_evidencebooleanOptional

Whether to include evidence items in the response. Defaults to false.

Responses
chevron-right
200Success
application/json
request_idstringOptional
get
/feature-requests/{id}

Last updated

Was this helpful?