Trigger Agents
curl --request POST \
--url https://api.example.com/v1/alerts/{alert_uuid}/trigger-agents{
"data": {},
"meta": {}
}Alerts
Trigger Agents
Manually re-dispatch an alert to all matching registered agents.
Evaluates trigger criteria against the alert (same logic as post-enrichment dispatch) and enqueues a dispatch_agent_webhooks task. Returns 202 with the count and names of agents that will receive the webhook.
POST
/
v1
/
alerts
/
{alert_uuid}
/
trigger-agents
Trigger Agents
curl --request POST \
--url https://api.example.com/v1/alerts/{alert_uuid}/trigger-agents{
"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

