list_blacklist_monitors
List blacklist monitors with optional filters and pagination, providing details like status and listed RBLs to track IP/domain blacklisting.
Instructions
List blacklist monitors with optional filters and pagination.
Returns a monitors array (id, name, type, target, rdns, report_id,
status, contact_lists, listed array of {rbl, delist}, created_at,
last_check) plus a meta object with pagination info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cidr | No | CIDR for IPv4 range filters | |
| name | No | Filter by monitor name (partial match) | |
| page | No | Page number | |
| type | No | Monitor type: 'ipv4' or 'domain' | |
| order | No | Sort order: 'asc' or 'desc' | |
| listed | No | Filter listed (True) or unlisted (False) | |
| target | No | Filter by target (IP/domain, partial match) | |
| order_by | No | Sort field: name, target, listed, created_at, or last_check | |
| per_page | No | Results per page | |
| exact_name | No | Match name exactly | |
| exact_target | No | Match target exactly |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||