Queue an asynchronous export of clicks for a date range.

Requires the ListAccount policy. Creates an export job and returns its descriptor,
including a downloadUri that resolves once the job completes. The export is queued
immediately. Use M:Router.Api.Controllers.ClickController.OnGetExport(System.Guid,System.Threading.CancellationToken) to poll the job and M:Router.Api.Controllers.ClickController.OnDownloadExport(System.Guid,System.Threading.CancellationToken)
to fetch the file. Output format is taken from format (CSV, JSON or
Parquet; defaults to CSV).

🔐 Required permission: accounts.read

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
date-time

The date range to export clicks from

date-time

the date to export clicks to

uri

a callback url to notify when the export is completed

string

Format of the export file. CSV, JSON or Parquet

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json