Skip to main content
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>",
      "type": "ip",
      "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": {}
}

Path Parameters

alert_uuid
string<uuid>
required

Response

Successful Response

data
IndicatorResponse · object[]
required
meta
Meta · object