v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Dashboard Lists

Get items of a Dashboard List

Fetch the dashboard list’s dashboard definitions.

get/api/v2/dashboard/lists/manual/{dashboard_list_id}/dashboards

Path parameters

dashboard_list_idinteger required

ID of the dashboard list to get items from.

Response

OK

totalinteger

Number of dashboards in the dashboard list.

Example response

{
  "dashboards": []
}