Skip to main content
Security & Audit/Security

GetSecuritySyncStatus

Get current sync status for all configured CVE data sources.

GET/api/v1/security/cve/sync/status

Operation ID

GetSecuritySyncStatus

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

This API requires no request parameters.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • items
    List

    Sync status entries for each configured data source

    Example: (nested array)

    • sourceType
      String

      Type of the CVE data source for this status entry

      Example: SYNC_SOURCE_TYPE_UNSPECIFIED

    • lastSyncAt
      String

      Timestamp of the most recent successful sync

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

    • newRulesAdded
      Integer

      Number of new CVE rules added in the last sync

      Example: 42

    • rulesUpdated
      Integer

      Number of existing CVE rules updated in the last sync

      Example: 10

    • rulesDeprecated
      Integer

      Number of CVE rules deprecated and removed in the last sync

      Example: 2

    • syncDurationMs
      String

      Duration of the last sync operation in milliseconds

      Example: 3500

    • nextScheduledAt
      String

      Timestamp when the next scheduled sync will run

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

    • status
      String

      Current sync status string

      Example: ok

    • lastError
      String

      Error message from the last failed sync attempt

      Example: connection timeout