List a program's leads
The people enrolled in the program and where each sits in the cadence, with per-status counts for the Leads view.
Authorizations
Org-scoped Norbelys API key. Create one in Settings → API keys and send it as Authorization: Bearer ak_….
Path Parameters
The owning program id (path).
"prg_b2n4x8mq1w7e9rk3v5tz0yc6"
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
Page size, 1-100. Defaults to 50. Example: 25
1 <= x <= 100Sort direction: "asc" or "desc". Defaults to "desc".
asc, desc 1-based page number for offset-paginated browsing. Example: 2
x >= 1Free-text search over the enrolled person's email, first or last name (narrows the page and the counts).
Sort column: created, updated, status. Defaults to created.
created, updated, status Match any of these statuses: active, replied, bounced, unsubscribed, finished, skipped, stopped, cancelled, paused.
active, replied, bounced, unsubscribed, finished, skipped, stopped, cancelled, paused 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.
Enrollment-status counts for the whole queried scope (they ignore the status filter).
Always "list", marking this response as a collection.
Total number of rows matching the filters. Not included on every list.
x >= 01284