Spaces method and path for this operation:
post /s/{space_id}/api/attack_discovery/generations/{execution_uuid}/_dismiss
Refer to Spaces for more information.
Dismisses an Attack Discovery generation for the current user, indicating that its status should not be reported in the UI. This sets the generation's status to "dismissed" and affects how the generation appears in subsequent queries.
POST
/api/attack_discovery/generations/{execution_uuid}/_dismiss
curl \
--request POST 'http://localhost:5601/api/attack_discovery/generations/46b218d5-535d-4329-be56-d0f6af6986b7/_dismiss' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json"
Response examples (200)
{
"alerts_context_count": 75,
"connector_id": "chatGpt5_0ChatAzure",
"discoveries": 3,
"end": "2025-09-29T06:42:44.810Z",
"execution_uuid": "46b218d5-535d-4329-be56-d0f6af6986b7",
"loading_message": "AI is analyzing up to 100 alerts in the last 24 hours to generate discoveries.",
"start": "2025-09-29T06:42:08.962Z",
"status": "dismissed"
}
Response examples (400)
{
"error": "Bad Request",
"message": "Invalid request parameters.",
"status_code": 400
}