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
Response
Example response
{
"data": [
{
"custom_fields": {
"priority": {
"value": "high"
}
}
}
]
}