List Event Exports
GET /api/v1/export/list
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.
Return a list of Data Export bundles
Legacy Data Export
You can download a collection of session events for your own analysis using Fullstory's Data Export feature.
The list endpoint returns a JSON list of completed data export bundles. Each result provides a
start and stop timestamp of the data contained within the export (in unix seconds)
as well as the unique Id of the bundle.
Calling this endpoint will return a list of the first 20 data export bundles whose end time is after the given start parameter (sorted from oldest to newest). In general, periodically calling this endpoint with the timestamp of your most recently downloaded bundle will ensure that your system is aware of all finished bundles. If you need to download more than 20 bundles, then simply repeat the call using the timestamp of the last bundle in the returned list.
Data Export is an Enterprise pricing tier add-on. See pricing page for more details.
Additional Information
- Get Event Export
- What is Data Export?
- Hauser is an open source project for migrating Data Exports into your data warehouse.
Request
Responses
A successful response.