Get Tag Details
get-tag-detailsRead-only
Retrieve the full record for a GreyNoise tag by providing its exact ID or slug. Lookup matches case-insensitively against the cached tags list.
Instructions
Get the full record for a single GreyNoise tag, looked up by exact tag id or slug (slug matched case-insensitively) over the cached v3/tags list.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_slug | Yes | Tag ID or slug to retrieve details for |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| cves | No | ||
| name | Yes | ||
| slug | Yes | ||
| label | No | ||
| category | No | ||
| intention | No | ||
| created_at | No | ||
| references | No | ||
| description | No | ||
| recommend_block | No |