cursor parameter returned in the response. Continue fetching while hasMore is true.
Filtering
Filter feedback by:- Date range: Use
dateFromanddateToto limit results to a specific time period - Source: Filter by
code_snippetorcontextualfeedback types - Status: Filter by status values like
pending,in_progress,resolved, ordismissed
Response types
The response contains different feedback types based on the source:- Contextual feedback: Includes
helpfulboolean and optionalcontactemail - Code snippet feedback: Includes
code,filename, andlangfields
Endpoint
Query Parameters
Date in ISO 8601 or YYYY-MM-DD format. Filter feedback created on or after this date.
Date in ISO 8601 or YYYY-MM-DD format.
dateTo is an exclusive upper limit. Results include dates before, but not on, the specified date.Filter by feedback source. One of:
code_snippet, contextual.Comma-separated list of statuses to filter by. Values:
pending, in_progress, resolved, dismissed.Max results per page. Minimum: 1, Maximum: 100.
Pagination cursor returned from a previous response.
Response
List of feedback entries. Each entry contains different fields based on the feedback source.
Cursor to retrieve the next page of results. Null if no more results.
Whether additional results are available beyond this page.
Authentication
This endpoint requires an admin API key (prefixed withmint_). Generate one on the API keys page in your dashboard.