v1
latestOpenAPI 3.0.02026-07-249055687.1 KBGet Threat Feed Items (Beta)
Paginated list of threats, sorted by updated_at by default. Set updated_after to the unix timestamp of your last sync while sorting by updated_at to synchronize all new or updated threats in the feed.
This endpoint requires an Enterprise Plan with Threat Feed add-on. Contact our sales team for more details.
This endpoint consumes 1 unit of your quota.
This endpoint requires the following org token scopes:
- threat-feed:list
Path parameters
The slug of the organization
Query parameters
Number of threats per page
Page cursor token. Pass the returned nextPageCursor to this query string to fetch the next page of the threat feed.
Set the sort order for the threat feed items. Default is descending order by updated_at, which includes all new and updated threat feed items.
A Unix timestamp in seconds that filters results to items only updated after the timestamp.
A Unix timestamp in seconds that filters results to items only created after the date.
Order direction of the provided sort field.
Filter by threat classification. Supported values: mal (malware, including possible malware), vuln (vulnerability), typo (typosquat, including possible typosquat), anom (anomaly), spy (telemetry), obf (obfuscated code), dual (dual-use tool), joke (protestware or joke package), tp (all confirmed true positives), fp (false positive), u (unreviewed), c (classified, i.e. anything except unreviewed).
Filter threats by package name
Filter threats by package version.
Only return threats which have been human-reviewed
Filter threats by package ecosystem.
Response
The paginated list of items in the threat feed and the next page cursor.