Documentation Index
Fetch the complete documentation index at: https://docs.calseta.com/llms.txt
Use this file to discover all available pages before exploring further.
update_alert_status
Update an alert’s investigation status. Status transitions reflect the investigation lifecycle.Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
alert_uuid | string | Yes | UUID of the alert |
status | string | Yes | New status: Open, Triaging, Escalated, Closed |
close_classification | string | When closing | Classification for closed alerts (e.g., True Positive, False Positive - Known Scanner) |
Valid Status Transitions
Example
Return Value
acknowledged_at is set automatically on the first transition out of Open. It records when investigation began.Required Scope
alerts:write
