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
/vector_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
[[["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 Vector Thumbnail\n\nVersion 4.0.25.14 (latest)\n\n### Get a vector image representing the contents of a dashboard or look.\n\nDEPRECATED: Use [content_thumbnail()](/looker/docs/reference/looker-api/latest/methods/Content/content_thumbnail)\n=================================================================================================================\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 /vector_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\n\nResponse\n--------\n\n### 200: Vector 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### 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"]]