Skip to content
POST
/user/dashboard/list

List the metadata of all dashboards for the given

To get the full content of a dashboard, use the /get enpoint. The returned revision fields can be used to perform updates using the /store endpoint.

ListDashboardRequest
object
tenant_id
required
Tenant Id
string

Successful Response

ListDashboardResponse
object
dashboards
required
Dashboards
Array<object>
DashboardRevisionSummary
object
metadata
required
DashboardRevisionMetadata
object
update_time
required
Update Time
string
revision
required
Revision
string
dashboard_id
required
Dashboard Id
string
summary
required
Summary
object
key
additional properties
any

{"detail": "Invalid API Key"}

{"detail": "Dashboard not found"}

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string