Skip to main content

Get all folders

GET 

/v1/grafana/api/folders

Returns all folders that the authenticated user has permission to view.

Request

Query Parameters

    limit integer

    Maximum number of folders to return (default is 1000)

    page integer

    Page number for fetching folders from other than the first one

    parentUid string

    Parent folder UID for fetching subfolders (optional)

Responses

List of folders

Schema
  • Array [
  • id integer
    uid string
    title string
  • ]
Loading...