Skip to main content
Monitoring & Collection/Grafana Dashboards
GETGrafanaSince 1.0SynchronousAuth Required

GetDashboardVersionHistory

Retrieve the full version history of a dashboard including layout snapshots

Execution Availability

Try It Out

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

Path Parameters

Query Parameters

Request Inputs

Path Parameters

  • idStringRequired

    UUID of the dashboard to retrieve version history for

Query Parameters

  • tenantIdString

    UUID of the tenant owning the dashboard UUID of the tenant owning the dashboard

Responses

200 OK

On success, this API returns the following response structure.

  • itemsList

    Collection of result items

    Example: (nested array)

    • versionNumberInteger

      Version number of this dashboard snapshot

      Example: 2

    • layoutList

      Layout for this resource

      Example: (nested array)

      • panelIdString

        Unique identifier of the panel within the dashboard

        Example: panel-cpu-001

      • xInteger

        Horizontal grid position of the panel

        Example: 20

      • yInteger

        Vertical grid position of the panel

        Example: 20

      • wInteger

        Width of the panel in grid units

        Example: 12

      • hInteger

        Height of the panel in grid units

        Example: 8

    • titleString

      Dashboard title at this version

      Example: VM Performance Overview

    • snapshotAtString

      Snapshot at

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

    • snapshotByString

      User ID who created this version snapshot

      Example: user-001-abc

Endpoint

GET/api/v1/monitoring/dashboards/{id}/versions

/api/v1/monitoring/dashboards/{id}/versions

Operation ID

GetDashboardVersionHistory

Permalink

Request Example

curl -X GET '{host}/api/v1/monitoring/dashboards/{id}/versions' -H 'Authorization: Bearer {token}'

Response Example

200
{
  "items": [
    {}
  ]
}

Change History

This API has no change history records yet.

View all change history