Search folders and dashboards
GET/v1/grafana/api/search/
Search folders and dashboards. Please ensure to change the region in the URL to match your account's region.
Request
Query Parameters
query string
tag string
type string
dashboardIds integer
folderIds integer
starred boolean
limit integer
page integer
Responses
- 200
successful query
- application/json
- Schema
- Example (from schema)
Schema
id integer
ID.
uid string
UID.
title string
Title.
url string
URL.
type string
Type.
tags undefined[]
Tags.
isStarred boolean
Whether the dashboard is starred.
uri string
URI.
{
"id": 163,
"uid": "000000163",
"title": "Folder",
"url": "/dashboards/f/000000163/folder",
"type": "dash-folder",
"tags": [
null
],
"isStarred": true,
"uri": "db/folder"
}
Loading...