Skip to main content

Get dashboard by user

GET 

/perses-pulic/api/v1/dashboards/users

Retrieves a list of dashboards created by a specific user.

Request

Query Parameters

    userId stringrequired

    The ID of the user whose dashboards are to be retrieved.

Responses

List of dashboards by user

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