List programs
List the org’s campaigns (cold-email sequences), newest first, with per-campaign stats (leads, completion, next send).
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
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 >= 1Show only archived campaigns.
Name search (case-insensitive substring).
"founders"
Scope to the campaigns a given mailbox is assigned to.
"snd_pfh0haxfpzowht3oi213cqos"
Sort column: created, name, status. Defaults to created.
created, name, status Match any of these statuses: draft, active, paused, done.
draft, active, paused, done 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.
Always "list", marking this response as a collection.
Total number of rows matching the filters. Not included on every list.
x >= 01284