---
title: "ExportLinkStatistics"
method: POST
path: "/link-statistics/export"
tags: ["Link_Statistics"]
---

# ExportLinkStatistics

`POST /link-statistics/export`

Export per-link statistics

## Headers

- `authorization` string, required

## Request body

- object
  - `channelIds` string[] — <p>Channel IDs (email channels only; uses all accessible email channels if empty)</p>
  - `startDate` number, required — <p>Range start (UNIX timestamp)</p>
  - `endDate` number, required — <p>Range end (UNIX timestamp)</p>
  - `pickedColumns` string[] — <p>Optional column keys; default all; allowed values: notificationId, notificationTitle, sendDate, channelId, channelName, url, totalClicks, uniqueClicks</p>
  - `exportDateFormat` string
  - `timezone` string
  - `testEmail` string — <p>Send download link to this address instead of the account email</p>

## Response `200`

- object

---

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