List People
Returns a paginated list of people identified from your website visitors. Results are sorted by most recently seen first.Query Parameters
| Parameter | Type | Description |
|---|---|---|
limit | integer | Records per page (default: 50, max: 100) |
cursor | string | Pagination cursor from previous response |
since | ISO date | Only people with lastSeen after this date |
hot_leads_only | boolean | Filter to ICP-matched hot leads only |
Filtering
Use?hot_leads_only=true to get only people matching your ICP criteria. Note that pages may return fewer than limit results when this filter is active, because filtering happens after fetching from the database.
Use ?since=2026-03-01 to get only people seen after a specific date. This is useful for incremental syncs.
