Stay organized with collections
Save and categorize content based on your preferences.
Version 4.0.25.14 (latest)
Get an image representing the contents of a dashboard or look.
The returned thumbnail is an abstract representation of the contents of a dashboard or look and does not
reflect the actual data displayed in the respective visualizations.
Request
GET
/content_thumbnail/{type}/{resource_id}
Datatype
Description
Request
HTTP Request
path
HTTP Path
Expand HTTP Path definition...
type
string
Either dashboard or look
resource_id
string
ID of the dashboard or look to render
query
HTTP Query
Expand HTTP Query definition...
reload
string
Whether or not to refresh the rendered image with the latest content
theme
string
Light or dark background. Default is "light"
format
string
A value of png produces a thumbnail in PNG format instead of SVG (default)
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# Get Content Thumbnail\n\nVersion 4.0.25.14 (latest)\n\n### Get an image representing the contents of a dashboard or look.\n\nThe returned thumbnail is an abstract representation of the contents of a dashboard or look and does not\nreflect the actual data displayed in the respective visualizations.\n\nRequest\n-------\n\nGET /content_thumbnail/{type}/{resource_id} \nDatatype \nDescription \nRequest \nHTTP Request \npath \nHTTP Path \nExpand HTTP Path definition... \ntype \nstring \nEither dashboard or look \nresource_id \nstring \nID of the dashboard or look to render \nquery \nHTTP Query \nExpand HTTP Query definition... \nreload \nstring \nWhether or not to refresh the rendered image with the latest content \ntheme \nstring \nLight or dark background. Default is \"light\" \nformat \nstring \nA value of png produces a thumbnail in PNG format instead of SVG (default) \nwidth \ninteger \nThe width of the image if format is supplied \nheight \ninteger \nThe height of the image if format is supplied\n\nResponse\n--------\n\n### 200: Content thumbnail\n\nDatatype \nDescription \n(string) \nstring \n\n### 400: Bad Request\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 404: Not Found\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 422: Validation Error\n\nDatatype \nDescription \n(object) \n[ValidationError](/looker/docs/reference/looker-api/latest/types/ValidationError) \nmessage \n*lock* \nstring \nError details \nerrors \n[ValidationErrorDetail](/looker/docs/reference/looker-api/latest/types/ValidationErrorDetail)\\[\\] \nExpand ValidationErrorDetail definition... \nfield \n*lock* \nstring \nField with error \ncode \n*lock* \nstring \nError code \nmessage \n*lock* \nstring \nError info message \ndocumentation_url \n*lock* \nstring \nDocumentation link \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 429: Too Many Requests\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\nExamples\n--------\n\n### Kotlin\n\n\n### TypeScript\n\n\n### Python\n\n\n### Swift"]]