{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Image API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Image", "type": "folder" }, "items": [ { "info": { "name": "Grafana Get Settings Image", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/reports/images/:image" }, "docs": "This API operation retrieves a specific image that has been uploaded for use in Grafana reports by providing the image identifier in the URL path parameter. When called, it returns the settings and metadata associated with the requested image resource, allowing users to access images that can be embedded in their scheduled reports or exported dashboards. The GET method ensures read-only access to the image data without modifying any existing configurations." } ] } ], "bundled": true }