List Alert Indicators
curl --request GET \
--url https://api.example.com/v1/alerts/{alert_uuid}/indicators{
"data": [
{
"uuid": "<string>",
"value": "<string>",
"malice": "<string>",
"first_seen": "2023-11-07T05:31:56Z",
"last_seen": "2023-11-07T05:31:56Z",
"is_enriched": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"malice_source": "<string>",
"malice_overridden_at": "2023-11-07T05:31:56Z",
"enrichment_results": {}
}
],
"meta": {}
}Alerts
List Alert Indicators
Return all indicators linked to an alert.
Each indicator includes enrichment results keyed by provider with the raw response excluded — only the extracted sub-object, success flag, and enriched_at timestamp are returned.
GET
/
v1
/
alerts
/
{alert_uuid}
/
indicators
List Alert Indicators
curl --request GET \
--url https://api.example.com/v1/alerts/{alert_uuid}/indicators{
"data": [
{
"uuid": "<string>",
"value": "<string>",
"malice": "<string>",
"first_seen": "2023-11-07T05:31:56Z",
"last_seen": "2023-11-07T05:31:56Z",
"is_enriched": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"malice_source": "<string>",
"malice_overridden_at": "2023-11-07T05:31:56Z",
"enrichment_results": {}
}
],
"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

