Skip to main content

Get event tags created in annotations

GET 

/v1/grafana/api/annotations/tags

Searches for event tags in annotations in the Grafana database. Please ensure to change the region in the URL to match your account's region.

Request

Query Parameters

    tag string
    limit integer

Responses

successful query

Schema
    result object

    Query result.

    tags object

    Tags retrieved by the query.

    tag string

    Tag.

    count integer

    Tags count.

Loading...