Skip to main content
GET
List Block Rules
Block Rule Management – This endpoint returns block rules for either all global blocks or a specific inbound number, depending on the query parameters.

Headers

authorization
string
required
Your API key for authentication.

Query Parameters

inbound_number
string
The E.164 formatted inbound number to filter results by. If omitted, returns only global block rules.
active_only
boolean
Whether to only return currently active block rules. Default is true. Set to false to include deleted or inactive rules.

Response

data
object
Returns a list of block rules that match the provided filters.
data.blocks
array
Array of block rule objects.
data.total_count
number
The number of block rules returned by this request.
data.filters
object
Echoes the filters used in the request (inbound_number, active_only).
errors
null|array
null on success, or a list of error objects if validation fails.

Docs for agents: llms.txt