Skip to main content
List endpoints use offset pagination. They default to 50 records and accept a maximum limit of 200.
Request the next page while offset + limit < total. The maximum accepted offset is 1,000,000.

Read every page

Filters

Session and people filters can be combined. Status filters accept comma-separated values, such as buying_intent=high,medium. Account search performs a partial domain match. Metrics use a trailing days window instead of date boundaries.
Offset pagination is stable enough for bounded backfills, but records can be added while a long export runs. For recurring exports, use an overlapping date_from watermark and upsert by stable resource id.