{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Render API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Render", "type": "folder" }, "items": [ { "info": { "name": "Grafana Render Report CS Vs", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/reports/render/csvs", "params": [ { "name": "dashboards", "value": "", "type": "query" }, { "name": "title", "value": "", "type": "query" } ] }, "docs": "This API operation retrieves rendered CSV versions of Grafana reports. When invoked with a GET request to the /reports/render/csvs endpoint, it processes and returns report data in CSV (Comma-Separated Values) format, making it suitable for exporting Grafana dashboard metrics and analytics into spreadsheet applications or for further data processing. This endpoint is particularly useful for users who need to access report information in a structured, tabular format outside of the Grafana interfa" }, { "info": { "name": "Grafana Render Report PD Fs", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/reports/render/pdfs", "params": [ { "name": "dashboards", "value": "", "type": "query" }, { "name": "orientation", "value": "", "type": "query" }, { "name": "layout", "value": "", "type": "query" }, { "name": "title", "value": "", "type": "query" }, { "name": "scaleFactor", "value": "", "type": "query" }, { "name": "includeTables", "value": "", "type": "query" } ] }, "docs": "This API operation retrieves rendered PDF versions of reports from Grafana. When invoked with a GET request to the /reports/render/pdfs endpoint, it allows users to access pre-generated or on-demand PDF renderings of Grafana reports, which typically contain dashboards, panels, and visualizations. The operation is useful for exporting report data in a portable, shareable format that can be distributed to stakeholders or archived for record-keeping purposes. Users would typically need appropriate " } ] } ], "bundled": true }