v1

latestOpenAPI 3.0.0Proprietary2026-07-244990150.4 KB
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.

idstring uuid

Unique article identifier.

titlestring

Article title.

subtitlestring

Article subtitle.

descriptionstring

Article description or body text.

authorstring

Name of the article author.

s3_urlstring

URL to the article PDF file.

thumbnail_urlstring

URL to the article thumbnail image.

created_atstring date-time

Timestamp when the article was created.

updated_atstring date-time

Timestamp when the article was last updated.

published_atstring date-time

Timestamp when the article was published. Omitted if unpublished.

is_publishedboolean

Whether the article is currently published.

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"
}