Threat Briefs
Get Article
Returns a single published article by its ID.
get/v3/articles/{id}
Path parameters
idstring uuid required
Unique article identifier.
Response
The requested article.
Example response
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"title": "Understanding Internet Background Noise",
"subtitle": "A deep dive into scan traffic",
"category": {
"label": "Threat Intelligence",
"value": "threat-intelligence",
"color": "#FF5733"
},
"author": "GreyNoise Research"
}