List people
List the org’s people (its CRM leads); total is the full match count. Search across email, name, and custom-field values; filter by status, source, group, or segment; or pass a live filter rule tree to preview a draft segment. Cursor callers remain newest-first; page-based callers can sort by creation, name, email, last activity, or engagement score.
Authorizations
Org-scoped Norbelys API key. Create one in Settings → API keys and send it as Authorization: Bearer ak_….
Query Parameters
Opaque cursor from a previous page's nextCursor — returns results strictly after it. Example: "con_x7q2m9k4w8r1"
Include archived rows in the results (hidden by default). Example: true
Sort direction for page-based browsing. Defaults to desc. Ignored by cursor-based callers.
asc, desc An unsaved audience rule tree (match + conditions) — the same grammar a segment's definition uses, evaluated live. Use it to preview a draft filter: total is the match count and data the sample. Combined (AND) with search, status, source, groupId, and segmentId.
Show only members of this group (a static list).
"grp_tz4a98xat96iws9zmbrgj3a"
Page size, 1–500. Defaults to 50.
1 <= x <= 500One-based page number. Supplying page or sort switches to offset pagination with stable ordering.
x >= 1Case-insensitive free-text search over email, name, and custom-field values.
"ada"
Show only people currently matching this segment (a saved filter), evaluated live.
"seg_tz4a98xat96iws9zmbrgj3a"
Sort field for the results. Supplying it enables page-based browsing; defaults to created_at.
created_at, email, last_activity_at, name, score Match any of these sources: csv_import, manual, api, form, inbound, integration.
csv_import, manual, api, form, inbound, integration Match any of these lifecycle statuses: active, replied, bounced, undeliverable, spam, unsubscribed, finished.
active, replied, bounced, undeliverable, spam, unsubscribed, finished Response
OK
The page of results, newest first.
Whether another page exists beyond this one.
Pass as cursor to fetch the next page; null when this is the last page.
Count of ALL people matching the filters.
x >= 01284
Always "list", marking this response as a collection.