Skip to main content
Security & Audit/Security
GETSecuritySince 1.0SynchronousAuth Required

GetSyncChangelog

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

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Query Parameters

Request Inputs

Query Parameters

  • limitInteger

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

    Example: 0

Responses

200 OK

On success, this API returns the following response structure.

  • itemsList

    List of recent sync changelog entries

    Example: (nested array)

    • syncedAtString

      Timestamp when this sync operation completed

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

    • sourceString

      Data source type that generated this changelog entry

      Example: SYNC_SOURCE_TYPE_UNSPECIFIED

    • addedCveIdsList

      CVE IDs that were newly added in this sync

      Example: item1,item2

    • updatedCveIdsList

      CVE IDs that were updated in this sync

      Example: item1,item2

    • removedCveIdsList

      CVE IDs that were removed in this sync

      Example: item1,item2

    • affectedAgentsInteger

      Number of agents potentially affected by changes in this sync

      Example: 18

Endpoint

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

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

Operation ID

GetSyncChangelog

Permalink

Request Example

curl -X GET '{host}/api/v1/security/cve/sync/changelog' -H 'Authorization: Bearer {token}'

Response Example

200
{
  "items": [
    {}
  ]
}

Change History

This API has no change history records yet.

View all change history