DashboardCacheScreenshotResponseSchema
cache_keystring
The cache key
dashboard_urlstring
The url to render the dashboard
image_urlstring
The url to fetch the screenshot
task_statusstring
The status of the async screenshot
task_updated_atstring
The timestamp of the last change in status
DashboardCacheScreenshotResponseSchema
{
"cache_key": "string",
"dashboard_url": "string",
"image_url": "string",
"task_status": "string",
"task_updated_at": "string"
}