Get feedback
Returns paginated user feedback with optional filtering
Documentation Index
Fetch the complete documentation index at: https://mintlify-mintlify-a840f9ae.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Use this endpoint to export user feedback collected from your documentation. Feedback includes contextual feedback from page ratings, code snippet feedback, and agent feedback. Paginate through results using thecursor 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_snippet,contextual, oragentfeedback 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 - Agent feedback: Includes a
commentwith the agent’s feedback text and thepathof the page it relates to
Authorizations
The Authorization header expects a Bearer token. Use an admin API key (prefixed with mint_). This is a server-side secret key. Generate one on the API keys page in your dashboard.
Path Parameters
Query Parameters
Date in ISO 8601 or YYYY-MM-DD format
"2024-01-01"
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.
"2024-01-01"
Filter by feedback source
code_snippet, contextual, agent, thumbs_only Comma-separated list of statuses to filter by
Max results per page
1 <= x <= 100Pagination cursor
Response
Feedback data with pagination
List of feedback entries.
Returned when source is contextual. Includes whether the user found the page helpful and an optional contact email.
- Option 1
- Option 2
- Option 3
Cursor to retrieve the next page of results. Null if no more results.
Whether additional results are available beyond this page.