{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Elements API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Elements", "type": "folder" }, "items": [ { "info": { "name": "Grafana Get Library Elements", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/library-elements", "params": [ { "name": "searchString", "value": "", "type": "query", "description": "Part of the name or description searched for." }, { "name": "kind", "value": "", "type": "query", "description": "Kind of element to search for." }, { "name": "sortDirection", "value": "", "type": "query", "description": "Sort order of elements." }, { "name": "typeFilter", "value": "", "type": "query", "description": "A comma separated list of types to filter the elements by" }, { "name": "excludeUid", "value": "", "type": "query", "description": "Element UID to exclude from search results." }, { "name": "folderFilter", "value": "", "type": "query", "description": "A comma separated list of folder ID(s) to filter the elements by." }, { "name": "perPage", "value": "", "type": "query", "description": "The number of results per page." }, { "name": "page", "value": "", "type": "query", "description": "The page for a set of records, given that only perPage records are returned at a time. Numbering starts at 1." } ] }, "docs": "This API operation retrieves library elements from Grafana, which are reusable components such as panels or variables that can be shared across multiple dashboards. When called, it returns a list of library elements available in the Grafana instance, allowing users to query and fetch these shared resources for dashboard creation or management purposes. The GET request to the /library-elements endpoint provides access to the library element catalog, enabling efficient reuse of dashboard component" } ] } ], "bundled": true }