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://loading/share/dashboards/string"{
"agent": {
"id": "string",
"name": "string"
},
"dashboard": {
"description": null,
"id": "string",
"name": "string"
},
"html": "string",
"isEmpty": true,
"share": {
"createdAt": "string",
"token": "string",
"visibility": "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 Query POST
Run one of a shared dashboard's own SQL templates against its agent's data source. The submitted template must match the dashboard's rendered markup; filter inputs are bound parameters validated against the dashboard's declared param controls. Public or team-gated.
List Dashboard Shares GET
List active share links for an owner-private dashboard (authenticated).