export_attacks
Export attacks as CSV rows using specified profile, resource type, and value. Supports filtering by date, search, attack type, and order.
Instructions
Get all attacks in CSV rows format Note: profileId selects a configuration profile (a lens, not a container). If the user has not specified a profile, call get_preferred_profile (or get_preferences) and use preferredProfileId — do not assume profile 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Query parameter: limit | |
| order | No | Query parameter: order | |
| search | No | Query parameter: search | |
| dateEnd | No | Query parameter: dateEnd | |
| dateStart | No | Query parameter: dateStart | |
| profileId | Yes | Path parameter: profileId | |
| resourceType | Yes | Query parameter: resourceType | |
| attackTypeIds | No | Query parameter: attackTypeIds | |
| includeClosed | No | Query parameter: includeClosed | |
| resourceValue | Yes | Query parameter: resourceValue |