List Debriefs
list_debriefsScan recent daily intelligence debriefs with per-day rollups of threats, themes, MITRE techniques, IOCs, actors, and severity counts. Use to quickly review recent intelligence.
Instructions
List recent daily intelligence debriefs (newest first) with their per-day rollups: new/updated threats, themes, MITRE techniques, IOC breakdown, actors, and severity counts. Use to scan recent days; use get_debrief for the full detail of one date. Pass limit (default 30, max 100); the result includes has_more (true when the page is full, so older debriefs may exist). NOTE: the debriefs endpoint does not yet honor offset — it serves the most recent window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max debriefs to return (default 30, max 100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| total | No | Total matching rows, when the handler reports one. | |
| has_more | No | True when another page may exist. | |
| next_cursor | No | Opaque cursor for the next page, or null when this is the last page or the endpoint ignores offset. |