---
title: "Retrieve asset download events"
method: GET
path: "/v7/analytics/api/v1/asset/v2/download"
tags: ["Asset Usage V1"]
---

# Retrieve asset download events

`GET /v7/analytics/api/v1/asset/v2/download`

This endpoint only offers data from 2023-11-01. Use the Asset Download endpoint for previous data.

## Query parameters

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

## Response `200`

Successful response

- object[]
  - `eventId` string — Id of the event
  - `eventType` string — Type of event
  - `dateTime` string, date-time — Date and time when the event occurred
  - `userId` string — Id of the user that generated the event
  - `assetId` string — Id of the asset
  - `downloadReasons` string[] — Reasons given on why the asset was downloaded

---

[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/revisions/bb9efc864ce1/schema)
