Skip to main content

Find annotations

GET 

/v1/grafana/api/annotations/

Searches for annotations in the Grafana database.

Request

Query Parameters

    from integer
    to integer
    limit integer
    alertId integer
    dashboardId integer
    panelId integer
    userId integer
    type string
    tags string

Responses

successful query

Schema
    id integer

    ID.

    dashboardId integer

    Dashboard ID.

    dashboardUId string

    Dashboard UID.

    dashboardSlug string

    Dashboard slug.

    panelId integer

    Panel ID.

    name string

    Dashboard name.

    state string

    Dashboard state.

    newStateDate string

    Date of the new state.

    evalDate string

    Evaluation date.

    evalData string[]

    Evaluation data.

    executionError string

    Execution error, if present

    url string

    Dashboard url.

Loading...