Skip to main content
Security & Audit/Security

GetSyncChangelog

Get recent CVE sync changelog showing added, updated, and removed entries.

GET/api/v1/security/cve/sync/changelog

Operation ID

GetSyncChangelog

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Query Parameters

  • limit
    Integer

    Maximum number of changelog entries to return Maximum number of changelog entries to return

    Example: 0

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • items
    List

    List of recent sync changelog entries

    Example: (nested array)

    • syncedAt
      String

      Timestamp when this sync operation completed

      Example: 2026-01-15T08:00:00Z

    • source
      String

      Data source type that generated this changelog entry

      Example: SYNC_SOURCE_TYPE_UNSPECIFIED

    • addedCveIds
      List

      CVE IDs that were newly added in this sync

      Example: item1,item2

    • updatedCveIds
      List

      CVE IDs that were updated in this sync

      Example: item1,item2

    • removedCveIds
      List

      CVE IDs that were removed in this sync

      Example: item1,item2

    • affectedAgents
      Integer

      Number of agents potentially affected by changes in this sync

      Example: 18