API Reference
Get a shared dashboard definition
GET
/api/public/dashboards/{token}
No session auth. Requires a valid share token. Disabled when ENVOY_PUBLIC_DASHBOARDS_ENABLED=false (503).
Operation IDgetPublicDashboard
Authentication
No authentication is required.
Path parameters
tokenstringrequiredSuccess response body
200Public dashboard metadata and parsed definition
Public dashboard metadata and parsed definition
Content typeapplication/json
responseobject4 properties
idintegernamestringdescriptionstring | nulldashboardobjectError responses
404Resource not found
Resource not found
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample response
{
"error": "NOT_FOUND",
"message": "Resource not found"
}503Public dashboards disabled on this server
Public dashboards disabled on this server
No response content schema is documented.