mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
2016c35157
Generated-By: mintlify-agent Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
19 lines
658 B
Plaintext
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`
|
|
|