{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Snapshots API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Snapshots", "type": "folder" }, "items": [ { "info": { "name": "Grafana Search Dashboard Snapshots", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/dashboard/snapshots", "params": [ { "name": "query", "value": "", "type": "query", "description": "Search Query" }, { "name": "limit", "value": "", "type": "query", "description": "Limit the number of returned results" } ] }, "docs": "Retrieves a list of dashboard snapshots based on specified search criteria. This operation allows users to query and filter existing snapshots that have been created from Grafana dashboards, returning metadata about each snapshot such as its name, key, creation timestamp, and expiration details. Users can apply various parameters to narrow down results, including searching by snapshot name, limiting the number of results returned, or filtering by tags. The endpoint is useful for managing and dis" } ] } ], "bundled": true }