Get Event Export
This endpoint has been deprecated and may be 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-After
header.
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.
Query Parameters
The id of the data export bundle to download, which was found from the response to a prior LIST request.
A file named DataExport.json
. Refer to Export Fields for more information on the output contents.