External DocumentationTo learn more, visit the Cisco Domain Protection documentation.
Actions
Get Threat Feed
Fetches information about a specific threat feed.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Threat Feed ID | The ID of the threat feed to fetch information for. Can be retrieved form the ‘List Threat Feeds’ action. |
{
"version": 1,
"status": "ok",
"code": 200,
"threat_feed": {
"id": 2,
"name": "Awesome Feed",
"comment": "foo"
}
}
Was this page helpful?