Skip to main content
GET
List Feedback

Overview

Returns a cursor-paginated list of the feedback your organization has submitted, newest first. Reads are strictly org-scoped: you only ever see your own organization’s reports, and all API keys within an org share visibility (the per-row api_key_id tells you which key filed each one). A competitor can never see what you have reported. Filterable by type, status, and created-at range, all combinable. Any valid API key may read; no special scope is required. Listing feedback does not consume metered usage.

Query Parameters

string
Filter by feedback type. Comma-separated for multiple: ?type=data_issue,bug. Values: data_issue, bug, feature_request, other.
string
Filter by lifecycle status. Comma-separated for multiple: ?status=open,acknowledged. Values: open, acknowledged, resolved.
string
Return feedback created at or after this time (YYYY-MM-DD or ISO 8601).
string
Return feedback created strictly before this time (YYYY-MM-DD or ISO 8601).
integer
default:"20"
Items per page (1 to 100).
string
Pagination cursor from a previous response.

Response

string
Always list.
object[]
boolean
Whether more pages are available.
object
string
The request ID of this list call itself.

Code Examples

Errors