{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Sort API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sort", "type": "folder" }, "items": [ { "info": { "name": "Grafana List Sort Options", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/search/sorting" }, "docs": "This API operation retrieves the available sorting options that can be used when searching or listing resources in Grafana. When called using a GET request to the /search/sorting endpoint, it returns the various sorting criteria and methods supported by the Grafana search functionality, allowing clients to understand how they can order search results such as by name, date, relevance, or other applicable metadata fields. This endpoint is typically used by frontend applications or integrations tha" } ] } ], "bundled": true }