---
title: "GET /projects/{projectId}/entries-page-views"
method: GET
path: "/projects/{projectId}/entries-page-views"
tags: ["EntriesPageViews"]
---

# GET /projects/{projectId}/entries-page-views

`GET /projects/{projectId}/entries-page-views`

Retrieve all pages viewed, with timestamps, for all entries in the database

## Path parameters

- `projectId` string, required — The unique identifier for a Project in the database

## Query parameters

- `limit` integer — The number of entries to return (defaults to 10).
- `direction` 'ASC' | 'DESC' — The direction to sort by (defaults to DESC)
- `updated_after` string — A Date + Time string in ISO format
- `updated_before` string — A Date + Time string in ISO format
- `include_urls` string, nullable

## Headers

- `X-Api-Key` string, required

## Response `200`

- EntryPageViews[]
  - `entry_id` string, required — The unique identifier for an Entry in the database
  - `contact_id` string, required — The unique identifier for a Contact in the database
  - `project_id` string, required — The unique identifier for a Project in the database
  - `group_id` string, required — The unique identifier for a Group in the database
  - `embeddable_id` string, required — The unique identifier for a Embeddable in the database
  - `created_at` string, required — A Date + Time string in ISO format
  - `updated_at` string, required — A Date + Time string in ISO format
  - `page_views` EntryPageView[], required
    - `timestamp` string, required — A Date + Time string in ISO format
    - `page_id` string, required
    - `page_key` string, required
    - `page_index` integer, required
    - `url` string, nullable

## Other responses

- `401`

## Changes

- **2025-08-28** `0a19622d9421` — 1 info
  - for the `query` request parameter `include_urls`, the type/format was generalized from `boolean`/`` to `string`/``
- **2024-12-19** `8eab49ed7ab9` — 2 info
  - added the new optional `query` request parameter `include_urls`
  - added the optional property `items/page_views/items/url` to the response with the `200` status
- **2024-04-30** `3a5eaae6ab2c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/heysavvy/apis/api/changes/projects/:projectId/entries-page-views/get.md)

---

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