API Reference
Get input-widget config values on a shared dashboard
GET
/api/public/dashboards/{token}/config
Mirror of GET /api/dashboards/{id}/config. Gated: 503 when the input kill switch ENVOY_PUBLIC_DASHBOARD_INPUT_ENABLED is off (default), 403 when the dashboard's allow_public_input is not true.
Operation IDgetPublicDashboardConfig
Authentication
No authentication is required.
Path parameters
tokenstringrequiredSuccess response body
200Current config values
Current config values
Content typeapplication/json
responseobject1 property
configobjectrequiredCurrent job_config values keyed by each input widget's config_key.
Additional properties are allowed.
Error responses
403Public input not enabled for this dashboard
Public input not enabled for this dashboard
No response content schema is documented.
404Resource not found
Resource not found
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample response
{
"error": "NOT_FOUND",
"message": "Resource not found"
}503Public dashboard input disabled on this server
Public dashboard input disabled on this server
No response content schema is documented.