List feedback
List feedback that has been submitted to the organization. Feedback can be filtered by whether it has been processed (analyzed for insights and opportunities). Results are ordered newest-first and include a short text preview of each feedback entry. Results are paginated: when more feedback is available the response includes a nextCursor token to pass back as the cursor parameter on the next request.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by processing status. Pass true to return only processed feedback, false to return only unprocessed feedback. Omit to return all feedback.
Maximum number of feedback entries to return (1-100). Defaults to 50.
1 <= x <= 100Opaque pagination token returned as nextCursor by a previous request. Pass it to fetch the next page of results. Reuse it with the same processed filter it was created with; a mismatched processed value returns 400. limit may be changed between pages.
Response
Feedback retrieved successfully