Create a new export request for the project environment
Creates a new export request for the specified project environment.
POST
Create a new export request for the project environment
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the environment
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Body
application/json
Response
Successfully created export
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Available options:
csv Available options:
users, visits Available options:
completed, failed, pending ISO 8601 timestamp of when the export was requested
ISO 8601 timestamp of when the export processing began
ISO 8601 timestamp of when the export finished processing
Pre-signed URL to download the exported file (available after completion)
When defined, this is the error message and stack trace received when attempting to process the export.
Last modified on January 21, 2026
Create a new export request for the project environment