Skip to main content

Get all dashboards folders

GET 

/perses-pulic/api/v1/projects

Retrieves a list of all dashboard folders (projects).

Request

Query Parameters

    withDashboards string

    Include dashboard information in the response

Responses

List of dashboard folders

Schema
  • Array [
  • id string
    name string
    displayName string
    description string
    createdAt string
  • ]
Loading...