Enrich Alert
curl --request POST \
--url https://api.example.com/v1/alerts/{alert_uuid}/enrich{
"data": {},
"meta": {}
}Alerts
Enrich Alert
Re-trigger the enrichment pipeline for an alert.
Queues the enrich_alert task which re-runs the full 3-pass indicator extraction + enrichment pipeline. Safe to call multiple times (idempotent).
POST
/
v1
/
alerts
/
{alert_uuid}
/
enrich
Enrich Alert
curl --request POST \
--url https://api.example.com/v1/alerts/{alert_uuid}/enrich{
"data": {},
"meta": {}
}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.
⌘I

