Skip to main content

Get dashboard by ID

GET 

/perses-pulic/api/v1/projects/:folderId/dashboards/:uid

Retrieves a specific dashboard by its ID.

Request

Path Parameters

    dashboardId stringrequired

    The ID of the dashboard to retrieve.

Responses

Dashboard details

Schema
    uid string
    title string
    panels string
    refresh string
    version string
    createdAt string
Loading...