v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBDashboards
Get a shared dashboard
Fetch an existing shared dashboard's sharing metadata associated with the specified token.
get/api/v1/dashboard/public/{token}
Path parameters
tokenstring required
The token of the shared dashboard. Generated when a dashboard is shared.
Response
OK
Example response
{
"author": {
"handle": "test@datadoghq.com"
},
"dashboard_id": "123-abc-456",
"dashboard_type": "custom_timeboard",
"embeddable_domains": [
"https://domain.atlassian.net/",
"http://myserver.com/"
],
"global_time": {
"live_span": "1h"
},
"invitees": [
{
"access_expiration": "2030-01-01T12:00:00.00Z",
"email": "test@datadoghq.com"
},
{
"access_expiration": null,
"email": "test2@datadoghq.com"
}
],
"selectable_template_vars": [
{
"default_value": "*",
"name": "exampleVar",
"prefix": "test",
"visible_tags": [
"selectableValue1",
"selectableValue2"
]
}
],
"share_list": [
"test@datadoghq.com",
"test2@email.com"
],
"status": "active"
}