Calseta is under active development. APIs and features may change. We welcome feedback and contributions on GitHub.
cURL
curl --request GET \ --url https://api.example.com/v1/alerts/{alert_uuid}/findings
{ "data": [ { "id": "<string>", "agent_name": "<string>", "summary": "<string>", "confidence": "low", "recommended_action": "<string>", "evidence": {}, "posted_at": "2023-11-07T05:31:56Z" } ], "meta": {} }
Return all agent findings for an alert, ordered by posted_at.
Successful Response
Show child attributes