Skip to main content
Version: v1

Get Event Export

GET /api/v1/export/get
deprecated

This endpoint has been deprecated and may be replaced or 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

Request

Responses

200

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