Bulk Get Threats
bulk_get_threatsFetch up to 20 threats by ID in a single call. Returns threat details, missing IDs, and a count. Use when you already have a list of threat IDs and need to retrieve them in bulk.
Instructions
Fetch up to 20 threats by ID in one call. Returns {threats, missing, count}. Use when you already have a list of threat IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threat_ids | Yes | Threat IDs (max 20) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| missing | Yes | ||
| threats | Yes |