バージョン 4.0.23.6(最新)
レンダリング タスクに関する情報を取得します。
レンダリング タスク オブジェクトを返します。レンダリング タスクのステータスを確認するには、render_task.id を Get Render Task に渡します。レンダリング タスクが完了したら、レンダリング タスクの結果の取得を使用して、結果のドキュメントまたは画像をダウンロードできます。
リクエスト
GET
/render_tasks/{render_task_id}
Datatype
説明
リクエスト
パス
HTTPPath 定義を展開...
render_task_id
レンダリング タスクの ID
クエリ
HTTPQuery の定義を展開...
fields
必須フィールド。
レスポンス
200: レンダリング タスク
Datatype
説明
(オブジェクト)
データ プロダクト
lock
現在のユーザーがこのオブジェクトに対して実行できるオペレーション
created_at
lock
レンダリングされた日時のタスク
dashboard_filters
lock
ダッシュボードのクエリに適用する値を URL クエリ形式でフィルタします。
ダッシュボード ID
lock
レンダリングするダッシュボードの ID
dashboard_style
lock
ダッシュボードのレイアウト スタイル: single_column または tiled
確定済み
lock
レンダリングされた日時のタスク
高さ
lock
出力高さ(ピクセル単位)。フロー レイアウトではこの値は無視されます。
id
lock
このレンダリング タスクの ID
look_id
lock
レンダリングする ID
lookml_dashboard_id
lock
レンダリングする LookML ダッシュボードの ID
query_id
lock
レンダリングするクエリの ID
ダッシュボード要素 ID
lock
レンダリングするダッシュボード要素の ID: UDD ダッシュボード要素は数値、LookML ダッシュボード要素は model_name::dashboard_title::lookml_link_id
query_runtime
lock
クエリ実行の経過時間(秒)
render_runtime
lock
レンダリング データの経過時間(秒)
result_format
lock
出力形式: pdf、png、または jpg
ランタイム
lock
レンダリング タスクの合計経過時間
設定されます。
lock
レンダリング タスクのステータス: enqueued_for_query、query、enqueued_for_render、レンダリング、成功、失敗
status_detail
lock
現在のステータスについての追加情報
user_id
lock
レンダリング タスクを実行するユーザー アカウントの権限
width
lock
出力幅(ピクセル単位)
400: Bad Request
Datatype
説明
(オブジェクト)
クリックします。
lock
エラーの詳細
documentation_url
lock
ドキュメント リンク
404: 見つかりません
Datatype
説明
(オブジェクト)
クリックします。
lock
エラーの詳細
documentation_url
lock
ドキュメント リンク
例
Python
Ruby
https://github.com/looker-open-source/sdk-codegen/blob/main/examples/ruby/render_look_png.rb |
TypeScript
https://github.com/looker-open-source/sdk-codegen/blob/main/examples/typescript/utils.ts |
Kotlin
https://github.com/looker-open-source/sdk-codegen/blob/main/kotlin/src/test/KotlinExample.kt |