Get leads from a stream
Streams (campaigns)
Get leads from a stream
Extract leads scoped to one campaign
GET
Get leads from a stream
Returns leads from one campaign. Supports filtering by lifecycle, match confidence, account, segment, and date.
For cross-campaign extraction use GET /api/v2/leads.
Response with
Query parameters
| Name | Type | Description |
|---|---|---|
lifecycle | enum | "new" (un-exported) or "exported" |
matchConfidence | enum | "high" or "medium" |
accountId | number | Scope to one source account |
segmentId | number | Scope to one segment |
since | ISO 8601 | Leads discovered after this timestamp |
limit | number | Default 100, max 500 |
offset | number | Pagination |
summary | boolean | Return only counts (replaces the legacy /lead-counts endpoint) |