mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
23 lines
810 B
Plaintext
23 lines
810 B
Plaintext
---
|
|
title: "Get page views"
|
|
description: "Export page view analytics with site-wide totals and per-page breakdowns, split by human and AI traffic, for a specified date range."
|
|
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.
|
|
|
|
|
|
## Rate limits
|
|
|
|
This endpoint is limited to 100 requests per organization per hour. The limit is shared across all analytics endpoints.
|