Skip to main content
Version: v1

Get User Events

Get a user's recorded events.

The User Events file contains event data that FullStory has recorded for a particular user. User Events are in the same format as the data retrieved from the Get Event Export HTTP API endpoint, but limited to an individual user rather than all users.

The data included in User Events are the "indexed" (high-level) events that you can search and view in FullStory. For lower-level "raw" event data, see the Get User Pages HTTP API endpoint.

Additional Information

Query Parameters
    uid string required

    The application-specific ID you've given to the user. You will have passed that ID through the FS.identify Browser API function.

Responses
200

A file named DataExport.json

Loading...