Skip to main content
Monitoring & Collection/Grafana Integration

GetGrafanaSyncStatus

Get the current Grafana sync status including connection state and queue depth

GET/api/v1/monitoring/grafana/sync/status

Operation ID

GetGrafanaSyncStatus

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.

  • connected
    Boolean

    Whether Grafana is currently reachable

    Example: true

  • degraded
    Boolean

    Whether Grafana sync is in degraded (queued) mode

    Example: false

  • lastChecked
    String

    Last checked

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

  • queueDepth
    Integer

    Number of operations currently waiting in the sync queue

    Example: 20

  • conflictCount
    Integer

    Number of unresolved sync conflicts

    Example: 20

  • dataSource
    String

    Source of dashboard data (live or cache)

    Example: live

  • cacheAge
    String

    Age of the cached data if data_source is cache

    Example: 5m30s