Browsing events within a tenant is exposed through the /me/feed

API.

This guide explains how to use the tenant feed API perform a full export of all results.

Parameters

ParameterValueJustification
litefalseRetrieve all event fields. This will result in larger response payloads.
orderascRetrieve results in ascending order so that we can resume fetching in the future.
sort_bysearchableSort results in the order that they have been added to Flare’s database.

Paging

The tenant feed endpoint uses parameters that match the Flare standard paging pattern

.

Fetching new results in future executions

It is possible to save the next in a database and use it to resume fetching new results in the future. However, it is important that future requests use the same parameters for everything else but next. Even the time filter.