External DocumentationTo learn more, visit the Cisco Domain Protection documentation.
Actions
List Threat Feeds
Retrieve a list of all threat feeds in the organization.

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 |
|---|---|
| Filter | Filter responses. |
| Limit | The amount of records to be returned. |
| Offset | The offset of the returned records. |
{
"version": 1,
"status": "ok",
"code": 200,
"offset": 0,
"count": 2,
"threat_feeds": [
{
"id": 2,
"name": "Awesome Threat Feed",
"comment": null
},
{
"id": 3,
"name": "Other Threat Feed",
"comment": "Foo Bar Baz"
}
]
}
Was this page helpful?