Start typing to search.

API Reference

Get input-widget config values on a shared dashboard

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

tokenstringrequired

Success response body

200Current config values

Current config values

Content typeapplication/json

responseobject
1 property
configobjectrequired

Current 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

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