Skip to main content
GET
List / search insights

Authorizations

X-API-Key
string
header
required

Team-scoped API key created in the app (Settings → API Keys). Sent as X-API-Key: <key> on every request.

Query Parameters

q
string

Free-text search over titles and content.

category
string

Feedback category (e.g. bug, feature request, usability).

Example:

"bug"

severity
enum<string>
Available options:
critical,
high,
medium,
low
customer_id
string<uuid>

Filter to insights from one customer (same key as on context).

date_from
string<date>

Inclusive start date (ISO 8601).

date_to
string<date>

Inclusive end date (ISO 8601).

limit
integer
default:50

Page size (max 200).

Required range: 1 <= x <= 200
offset
integer
default:0

Number of records to skip.

Required range: x >= 0

Response

A page of insights

data
object[]
pagination
object