Dashboard shares
Get Shared Dashboard
Resolve a dashboard share token to its rendered markup (public or team-gated).
Resolve a dashboard share token to its rendered markup (public or team-gated).
X-API-Key<token>
Use X-API-Key: .
In: header
Path Parameters
token*string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/share/dashboards/string"{ "dashboard": { "description": null, "id": "string", "name": "string" }, "html": "string", "isEmpty": true, "share": { "createdAt": "string", "token": "string", "visibility": "string" }, "space": { "id": "string", "name": "string" }}{ "cause": { "code": "api/invalid-json", "detail": "string" }, "message": "The request body is not valid JSON"}{ "cause": { "code": "dashboard-share/auth-required", "detail": "This dashboard is only accessible to team members. Please log in." }, "message": "Authentication required"}{ "cause": { "code": "dashboard-share/not-team-member", "detail": "You are not a member of the team that owns this dashboard." }, "message": "Access denied"}{ "cause": { "code": "dashboard-share/not-found", "detail": "This shared dashboard does not exist or has been removed." }, "message": "Shared dashboard not found"}{ "cause": { "code": "api/unsupported-media-type", "detail": "GET requests cannot have a content type header" }, "message": "Unsupported Media Type"}Execute Shared Dashboard Data Files POST
Execute a batch of a shared dashboard's own Space Data Files. Every source must appear in the rendered dashboard and filter inputs are validated against its declared param controls. Public or team-gated.
List Dashboard Shares GET
List an owner-private dashboard's share links (authenticated).