Skip to main content

Get Grafana folder by UID

GET 

/v1/grafana/api/folders/:id

Returns a single folder by UID. Make sure the region in the URL matches your account's region.

Request

Path Parameters

    uid stringrequired

    The UID of the folder

Responses

Folder details

Schema
    id integer
    uid string
    title string
    url string
    created date-time
    updated date-time
    createdBy string
    updatedBy string
    version int64
Loading...