Get Event Export
GET /api/v1/export/get
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Please use the Segment Export API to extract data recorded by Fullstory.
Download a Data Export bundle
Legacy Data Export
You can download a collection of session events for your own analysis using Fullstory's Data Export feature.
The get endpoint allows you to download a specific data export bundle given its ID. Our servers
will respond with the bytes composing a JSON document (optionally gzipped) of the request data.
If your client obeys the Content-Disposition header, then the downloaded file will automatically be called DataExport.json(.gz).
Data Export is an Enterprise pricing tier add-on. See pricing page for more details.
Limits
- This endpoint is rate limited at 2 downloads/minute. Any additional requests over this limit will return an HTTP 429 status
as well as the number of seconds to wait until the next request in the
Retry-Afterheader.
Additional Information
- Export Fields
- List Event Exports
- What is Data Export?
- Hauser is an open source project for migrating Data Exports into your data warehouse.
Request
Responses
A file named DataExport.json. Refer to Export Fields for more information on the output contents.