Skip to content

threatFeeds

List the threat feeds.

Returns

ListThreatFeedsResponse!

Sample

query {
  threatFeeds
}
{}
{
  "data": {
    "threatFeeds": {
      "feeds": [
        {
          "addedBy": "example-string",
          "description": "example-string",
          "feedStatus": "ACTIVE",
          "lastUpdatedTime": "2024-01-01T00:00:00.000Z"
        }
      ]
    }
  }
}