v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBdashboardManagement
Get dashboard report schedule.
Get the schedule of a scheduled dashboard report by the given identifier.
get/v1/dashboards/reportSchedules/{scheduleId}
Path parameters
scheduleIdstring required
Identifier of the dashboard report schedule to return.
Response
Dashboard report schedule object that was requested.
Example response
{
"dashboardId": "B23OjNs5ZCyn5VdMwOBoLo3PjgRnJSAlNTKEDAcpuDG2CIgRe9KFXMofm2H2",
"timeRange": {
"type": "BeginBoundedTimeRange",
"from": {
"type": "RelativeTimeRangeBoundary",
"relativeTime": "-15m"
}
},
"reportFormat": "Pdf",
"scheduleType": "1Day",
"cronExpression": "0 0/15 * * * ? *",
"timeZone": "America/Los_Angeles",
"emailNotification": {
"recipients": [
"john@doe.com"
],
"subject": "Sample Email Subject",
"messageBody": "Sample Email Message Body",
"timeZone": "America/Los_Angeles"
},
"theme": "Light",
"exportWidth": 1500,
"scheduleId": "RdQHYPh2jxoS90DXtKfA7nAJV2rsQ9BncpfY7IkjNzQWi52ug85W7r6Rrmtd"
}