Skip to main content

Get all tags of dashboards

GET 

/v1/grafana/api/dashboards/tags

Will return all tags for all dashboard. Please ensure to change the region in the URL to match your account's region.

Request

Responses

success

Schema
  • Array [
  • term string

    Tag term.

    count string

    Tag count.

  • ]
Loading...