misp_get_event
Retrieve a MISP event by numeric ID, including metadata, tags, and attributes. Returns event details or restricted status when access is limited.
Instructions
Fetch one MISP event by numeric ID: metadata, tags, and its attributes (up to max_attributes).
Returns JSON: {"id", "info", "date", "threat_level", "analysis", "creator_org", "tags": [str], "attribute_count": int, "attributes": [{"type", "value", "category", "to_ids"}]}. If the event is TLP:AMBER/RED (or its tags cannot be read) and the operator has not opted in, only {"id", "restricted": true, "note"} is returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |