v1
latestOpenAPI 3.1.02026-07-244727109.8 KBCVEs
Get CVE Timeline
Returns a chronological list of significant events for a given CVE entity, including CVSS score changes, exploitation reports, vendor advisories, threat intelligence reports, and relationship discoveries.
get/entities/{entityId}/timeline
Path parameters
entityIdstring required
The entity ID of the vulnerability (e.g. vulnerability/m/entity/CVE-2026-5426). URL-encode the slashes when calling the API directly.
Response
Successful response containing the timeline events for the CVE.
Example response
{
"events": [
{
"score": 9.1,
"cvssCategoryEstimate": "HIGH",
"sourceName": "nvd"
}
]
}