{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Items API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Items", "type": "folder" }, "items": [ { "info": { "name": "Grafana Get Playlist Items", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/playlists/:uid/items", "params": [ { "name": "uid", "value": "", "type": "path" } ] }, "docs": "This API operation retrieves all items associated with a specific playlist in Grafana by providing the playlist's unique identifier (uid) in the URL path. When called with a GET request, it returns a list of dashboard references that are configured to be displayed in sequence as part of the specified playlist, including details such as the dashboard titles, IDs, and their order within the playlist rotation." } ] } ], "bundled": true }