Get the latest attack discovery generations metadata for the current user
Technical Preview; added in 9.2.0
Spaces method and path for this operation:
get /s/{space_id}/api/attack_discovery/generations
Refer to Spaces for more information.
Get the latest attack discovery generations metadata (that are not dismissed) for the current user. This endpoint retrieves generation metadata including execution status and statistics for Attack discovery generations. Technical preview
Query parameters
-
End of the time range for filtering generations. Accepts absolute timestamps (ISO 8601) or relative date math (e.g. "now", "now-24h").
-
The maximum number of generations to retrieve
Minimum value is
1. Default value is50. -
Start of the time range for filtering generations. Accepts absolute timestamps (ISO 8601) or relative date math (e.g. "now-7d").
GET
/api/attack_discovery/generations
curl \
--request GET 'http://localhost:5601/api/attack_discovery/generations?size=50&start=now-24h&end=now' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json"