List DNC entries for the organization
Lists Do-Not-Call entries for the caller’s organization with pagination, search,
and sort. Optionally scope to a single agent via agentId.
Each entry records a phone number that was flagged (via call outcome or manual upload) as not-to-be-called for either the org or a specific agent.
Authentication
AuthorizationBearer
API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.
Query parameters
agentId
Optional 24-character hex agent ID. When present, restricts results to entries for this agent. Returns 400/404 if the ID isn’t valid or doesn’t belong to the caller’s org.
search
Free-text search across phone numbers.
sortField
Allowed values:
sortOrder
Allowed values:
page
Page number (string-encoded positive integer, ≥ 1).
offset
Page size (string-encoded; server clamps to 1–500).
Response
Paginated DNC entries.
status
data
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error

