latestOpenAPI 3.1.0Proprietary2026-08-175035117.5 KB

019f79ecdd6c

Activity Data

Create an activity data job

Exports your organization's activity data for a time range.

The job runs asynchronously — poll GET /activity-data-jobs/{jobId} until status is success, then use the returned download URLs.

Note this endpoint lives on the accounts host, not on your regional API base URL, and there is no /v3 in the path.

Requires the Admin or Superadmin role.

post/activity-data-jobs

Request body

categoriesstring[] required

Which data to export. No duplicates.

format'csv' | 'parquet' required
startTimestring required

Start of the range. Must be after your account was created.

endTimestring required

End of the range. Must be after startTime, and can't be in the future or cover data that isn't ready yet. The range must be under 60 days.

Response

The job was created.

idstring