Skip to main content
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>",
      "confidence": "low",
      "recommended_action": "<string>",
      "evidence": {},
      "posted_at": "2023-11-07T05:31:56Z"
    }
  ],
  "meta": {}
}

Path Parameters

alert_uuid
string<uuid>
required

Response

Successful Response

data
FindingResponse · object[]
required
meta
Meta · object