Calseta is under active development. APIs and features may change. We welcome feedback and contributions on GitHub.
cURL
curl --request POST \ --url https://api.example.com/v1/alerts/{alert_uuid}/enrich
{ "data": {}, "meta": {} }
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).
Successful Response