Files
mintlify__docs/api/analytics/feedback-by-page.mdx
mintlify[bot] 2016c35157 Audit and improve SEO frontmatter across docs (#5649)
Generated-By: mintlify-agent

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-05-02 04:32:23 +00:00

19 lines
658 B
Plaintext

---
title: "Get feedback by page"
openapi: /analytics.openapi.json GET /v1/analytics/{projectId}/feedback/by-page
keywords: ["analytics", "feedback", "export", "by page", "aggregated"]
---
## Usage
Use this endpoint to export user feedback aggregated by documentation page path. Each entry shows the total feedback count for a page, broken down by type.
## Filtering
Filter feedback by:
- **Date range**: Use `dateFrom` and `dateTo` to limit results to a specific time period
- **Source**: Filter by `code_snippet`, `contextual`, or `agent` feedback types
- **Status**: Filter by status values like `pending`, `in_progress`, `resolved`, or `dismissed`