DNC (Do Not Call)
Get DNC List
Retrieve a paginated list of phone numbers in your organization’s Do Not Call (DNC) list.
GET
Documentation Index
Fetch the complete documentation index at: https://docs.weya.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Fetch all phone numbers that have been added to your organization’s Do Not Call list. Results are paginated and can be filtered by search term. The list is automatically scoped to your organization based on your authentication token.Prerequisites
- Bearer token for authenticated workspace access
- Organization membership (automatically determined from your user account)
Request
Bearer token for the authenticated workspace account.
Page number for pagination. Minimum value is 1.
Number of DNC entries to return per page. Default is 10.
Optional search term to filter results. Searches across phone number, type, and requestUUID fields (case-insensitive).
Response
Array of DNC entries matching the query parameters.
Unique identifier for the DNC record.
Phone number in the DNC list (with country code).
Optional classification type for the DNC entry.
Organization ID that owns this DNC entry.
Batch ID associated with the call that triggered the DNC entry.
UUID of the specific call record from the batch.
URL to the call recording (if available).
Call transcription text (if available).
ISO 8601 timestamp when the DNC entry was created.
Pagination metadata for the current query.
Total number of DNC entries matching the search criteria.
Current page number.
Number of entries per page.
Total number of pages available.
Error Handling
- 500 Internal Server Error – Server error while fetching the DNC list.

