Start typing to search.

API Reference

Get a shared dashboard definition

View Markdown
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

tokenstringrequired

Success response body

200Public dashboard metadata and parsed definition

Public dashboard metadata and parsed definition

Content typeapplication/json

responseobject
4 properties
idinteger
namestring
descriptionstring | null
dashboardobject

Error responses

404Resource not found

Resource not found

Content typeapplication/json

responseobject
2 properties
errorstring
messagestring
Example 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.