List Feedback
Feedback
List Feedback
List feedback your organization has submitted
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-rowapi_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
Filter by feedback type. Comma-separated for multiple:
?type=data_issue,bug. Values: data_issue, bug, feature_request, other.Filter by lifecycle status. Comma-separated for multiple:
?status=open,acknowledged. Values: open, acknowledged, resolved.Return feedback created at or after this time (
YYYY-MM-DD or ISO 8601).Return feedback created strictly before this time (
YYYY-MM-DD or ISO 8601).Items per page (1 to 100).
Pagination cursor from a previous response.
Response
Always
list.Whether more pages are available.
The request ID of this list call itself.
Code Examples
Errors
| Status | Type | Description |
|---|---|---|
| 400 | validation_error | Invalid type/status value or date format |
| 401 | unauthorized | Missing or invalid API key |
| 429 | rate_limited | Too many requests |
Related Endpoints
- Submit Feedback, file a new report
- Retrieve Feedback, fetch one report by ID