Queues a background export of page view events.

Requires the ListTrafficSources policy. Creates an export job (executed immediately) over the
requested date range, optionally filtered by traffic source. The response payload is an
ExportJobResponse carrying the job id and a populated downloadUri; poll the job status
endpoint until the file is ready, then download it. Supported format values: CSV,
JSON, Parquet (default CSV).

🔐 Required permission: traffic-source.read

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Export date range, format, optional traffic source and callback url.

Request body for queuing a page view export job (see the page-views export endpoint).

int32
date-time

The date range to export clicks from

date-time

the date to export clicks to

int32 | null

The traffic source to export events from

uri | null

a callback url to notify when the export is completed

string | null

Format of the export file. CSV, JSON or Parquet

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request 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