Files
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

18 lines
525 B
Plaintext

---
title: "Get page views"
openapi: /analytics.openapi.json GET /v1/analytics/{projectId}/views
keywords: ["analytics", "views", "page views", "traffic", "export"]
---
## Usage
Use this endpoint to export page view analytics. Results include both site-wide totals and per-page breakdowns, split by human and AI traffic.
Paginate through results using offset-based pagination. Increment `offset` by `limit` while `hasMore` is true.
## Filtering
Filter view data by date range using `dateFrom` and `dateTo` parameters.