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.

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...