Get Blocklist
get-blocklistRead-only
Retrieve a blocklist's configuration by its ID, enabling threat intelligence management.
Instructions
Retrieve a single blocklist's configuration by ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blocklist_id | Yes | Blocklist ID (UUID) | |
| workspace_id | No | Workspace ID (UUID). Defaults to the workspace the API key is bound to. |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| query | No | ||
| token | No | ||
| enabled | No | ||
| ip_limit | No | ||
| created_at | No | ||
| updated_at | No | ||
| workspace_id | No | ||
| last_ip_count | No | ||
| entitlement_level | No | ||
| query_workspace_id | No |