Skip to main content
Version: v1

Get Event Export

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

note

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

Query Parameters
    id string required

    The id of the data export bundle to download, which was found from the response to a prior LIST request.

Responses
200

A file named DataExport.json. Refer to Export Fields for more information on the output contents.

Loading...