Get Tag Activity
get-tag-activityRead-only
Retrieve time-series unique-IP counts and intention activity for a security tag (by ID/slug) or CVE. Specify activity period of 1, 10, or 30 days with hourly or daily granularity.
Instructions
Retrieve time-series unique-IP counts and intention activity for a tag (by id/slug) or by CVE, from v3/tags/{id}/activity. Provide exactly one of id_or_slug or cve. days must be 1, 10, or 30 (default 30); granularity is 1h for 1 day, else 24h.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cve | No | CVE identifier to retrieve activity for (matches associated tags) | |
| days | No | Days of activity: 1, 10, or 30 | 30 |
| id_or_slug | No | Tag ID or slug to retrieve activity for |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes |