---
title: "Get Recent Page Views"
method: GET
path: "/analytics/pageviews/recent"
tags: ["Analytics"]
---

# Get Recent Page Views

`GET /analytics/pageviews/recent`

Gets the most-recent Page View Analytics records. Defaults to the top 100 records; this can be modified via the ?max parameter.

## Query parameters

- `dashboard` string
- `max` integer

## Response `200`

An array of Page View Analytics records.

- PageViewAnalyticsRecord[]
  - `date` string, date-time — The date this record was logged.
  - `dashboard` string — The ID of the Dashboard being viewed.
  - `page` string — The current page index (0-indexed).
  - `rev` string — The current revision of the Dashboard.
  - `visitId` string — The current Visit ID: a unique value generated when a Dashboard is opened.
  - `user` string — The ID of a logged-in User. Either this or 'uid' is required.
  - `uid` string — The unique ID for a non-logged-in User. Either this or 'user' is required.
  - `browser` object — An object containing browser information.
  - `ip` string — The IP of the computer logging this record

## Other responses

- `500` — Server error

---

[API](https://skmtc.dev/expediagroup/apis/cyclotron-api.md) · [All operations](https://skmtc.dev/expediagroup/apis/cyclotron-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expediagroup/cyclotron-api/revisions/18e751e6bc49/schema)
