---
title: "Retrieve collection view events"
method: GET
path: "/v7/analytics/api/v1/collection/views"
tags: ["Collection Usage"]
---

# Retrieve collection view events

`GET /v7/analytics/api/v1/collection/views`

## Query parameters

- `limit` integer
- `cursor` string
- `fromDateTime` string, date-time
- `toDateTime` string, date-time

## Response `200`

Successful response

- object[]
  - `eventId` string
  - `collectionId` string
  - `eventType` string
  - `dateTime` string, date-time
  - `userId` string
  - `isOwner` boolean
  - `viewOrigin` string
  - `ipAddress` string
  - `userAgent` string
  - `isBynderSupport` boolean

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/versions/bb9efc864ce1/schema)
