Skip to main content

Search folders and dashboards

GET 

/v1/grafana/api/search/

Search folders and dashboards.

Request

Query Parameters

    query string
    tag string
    type string
    dashboardIds integer
    folderIds integer
    starred boolean
    limit integer
    page integer

Responses

successful query

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.

Loading...