---
title: "Find most viewed assets."
method: GET
path: "/navigation/most_viewed"
tags: ["Navigation Statistics"]
---

# Find most viewed assets.

`GET /navigation/most_viewed`

Returns the most viewed assets by all users, with navigation-related info.

## Query parameters

- `offset` integer
- `limit` integer
- `countLimit` integer
- `period` integer
- `isGuestExcluded` boolean

## Response `200`

Paged response with found navigation statistics ordered by number of views descending. By default, the result contains up to 1000 navigation statistics.

- NavigationStatisticsEntryPagedResponse
  - `total` integer — The total number of results.
  - `offset` integer — The offset for the results.
  - `limit` integer — The maximum number of results to be returned.
  - `results` NavigationStatisticsEntry[] — The list of results.
    - `assetId` string, uuid — The id of the asset for which the statistics are calculated
    - `name` string — The name of the asset for which the statistics are calculated
    - `numberOfViews` integer — The number of times the Asset was viewed.
    - `lastViewedDate` integer — The timestamp (in UTC time standard) of the last time when the Asset was viewed by anyone.

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
