Stay organized with collectionsSave and categorize content based on your preferences.
Version 4.0.25.14 (latest)
Get information about a render task.
Returns a render task object.
To check the status of a render task, pass the render_task.id toGet Render Task.
Once the render task is complete, you can download the resulting document or image usingGet Render Task Results.
[[["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 Render Task\n\nVersion 4.0.25.14 (latest)\n\n### Get information about a render task.\n\nReturns a render task object.\nTo check the status of a render task, pass the render_task.id to [Get Render Task](/looker/docs/reference/looker-api/latest/methods/RenderTask/get_render_task).\nOnce the render task is complete, you can download the resulting document or image using [Get Render Task Results](/looker/docs/reference/looker-api/latest/methods/RenderTask/get_render_task_results).\n\nRequest\n-------\n\nGET /render_tasks/{render_task_id} \nDatatype \nDescription \nRequest \nHTTP Request \npath \nHTTP Path \nExpand HTTP Path definition... \nrender_task_id \nstring \nId of render task \nquery \nHTTP Query \nExpand HTTP Query definition... \nfields \nstring \nRequested fields.\n\nResponse\n--------\n\n### 200: Render Task\n\nDatatype \nDescription \n(object) \n[RenderTask](/looker/docs/reference/looker-api/latest/types/RenderTask) \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \ncreated_at \n*lock* \nstring \nDate/Time render task was created \ndashboard_filters \n*lock* \nstring \nFilter values to apply to the dashboard queries, in URL query format \ndashboard_id \n*lock* \nstring \nId of dashboard to render \ndashboard_style \n*lock* \nstring \nDashboard layout style: single_column or tiled \nfinalized_at \n*lock* \nstring \nDate/Time render task was completed \nheight \n*lock* \ninteger \nOutput height in pixels. Flowed layouts may ignore this value. \nid \n*lock* \nstring \nId of this render task \nlook_id \n*lock* \nstring \nId of look to render \nlookml_dashboard_id \n*lock* \nstring \nId of lookml dashboard to render \nquery_id \n*lock* \nstring \nId of query to render \ndashboard_element_id \n*lock* \nstring \nId of dashboard element to render: UDD dashboard element would be numeric and LookML dashboard element would be model_name::dashboard_title::lookml_link_id \nquery_runtime \n*lock* \nnumber \nNumber of seconds elapsed running queries \nrender_runtime \n*lock* \nnumber \nNumber of seconds elapsed rendering data \nresult_format \n*lock* \nstring \nOutput format: pdf, png, or jpg \nruntime \n*lock* \nnumber \nTotal seconds elapsed for render task \nstatus \n*lock* \nstring \nRender task status: enqueued_for_query, querying, enqueued_for_render, rendering, success, failure \nstatus_detail \n*lock* \nstring \nAdditional information about the current status \nuser_id \n*lock* \nstring \nThe user account permissions in which the render task will execute \nwidth \n*lock* \ninteger \nOutput width in pixels\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\n\nExamples\n--------\n\n### Python\n\n\n### Ruby\n\n\n### TypeScript\n\n\n### Kotlin"]]