{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Accounts API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Grafana Search Org Service Accounts With Paging", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/serviceaccounts/search", "params": [ { "name": "Disabled", "value": "", "type": "query" }, { "name": "expiredTokens", "value": "", "type": "query" }, { "name": "query", "value": "", "type": "query", "description": "It will return results where the query value is contained in one of the name.\nQuery values with spaces need to be URL encoded." }, { "name": "perpage", "value": "", "type": "query", "description": "The default value is 1000." }, { "name": "page", "value": "", "type": "query", "description": "The default value is 1." } ] }, "docs": "The Grafana service accounts search API endpoint allows administrators to retrieve a paginated list of service accounts within an organization. This GET operation on the /serviceaccounts/search path enables filtering and searching through service accounts, returning results in a structured, paginated format that can be navigated through multiple pages. It's particularly useful for managing large numbers of service accounts in an organization, providing capabilities to query and locate specific a" } ] } ], "bundled": true }