List Findings
curl --request GET \
--url https://api.example.com/v1/alerts/{alert_uuid}/findings{
"data": [
{
"id": "<string>",
"agent_name": "<string>",
"summary": "<string>",
"recommended_action": "<string>",
"evidence": {},
"posted_at": "2023-11-07T05:31:56Z"
}
],
"meta": {}
}Alerts
List Findings
Return all agent findings for an alert, ordered by posted_at.
GET
/
v1
/
alerts
/
{alert_uuid}
/
findings
List Findings
curl --request GET \
--url https://api.example.com/v1/alerts/{alert_uuid}/findings{
"data": [
{
"id": "<string>",
"agent_name": "<string>",
"summary": "<string>",
"recommended_action": "<string>",
"evidence": {},
"posted_at": "2023-11-07T05:31:56Z"
}
],
"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

