Skip to main content
Version: Next

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_timeout_secondsinteger

The client wait budget for the Pending and Computing task states

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_timeout_seconds": 0,
"task_updated_at": "string"
}