Skip to main content
Monitoring & Collection/Grafana Dashboards

GetDashboardLock

Get the current edit lock status for a dashboard

GET/api/v1/monitoring/dashboards/{dashboardId}/lock

Operation ID

GetDashboardLock

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

Path Parameters

  • dashboardId
    StringRequired

    UUID of the dashboard to query the lock state for

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • lockId
    String

    Unique identifier of the edit lock

    Example: lock-001-abc

  • dashboardId
    String

    UUID of the dashboard this lock applies to

    Example: dash-001-abc

  • heldBy
    String

    User ID holding the lock

    Example: user-001-abc

  • acquiredAt
    String

    Acquired at

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

  • expiresAt
    String

    Expires at

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

  • isExpired
    Boolean

    Whether the lock has expired

    Example: false