ChartCacheScreenshotResponseSchema
cache_keystring
The cache key
chart_urlstring
The url to render the chart
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
ChartCacheScreenshotResponseSchema
{
"cache_key": "string",
"chart_url": "string",
"image_url": "string",
"task_status": "string",
"task_updated_at": "string"
}