GET
/
api
/
tasks
/
runs
/
{task_run_urn}

Path Parameters

task_run_urn
string
required

The URN of the task run to retrieve

Response

200 - application/json
created_at
string
required

When this task run was created

duration
number
required

The duration of this task run in seconds

href
string
required

URL that can be used to visualize the task run

pipeline_name
string
requireddeprecated

Internal usage, will be removed in the future

pipeline_urn
string
required

The URN of the pipeline that executed this task

pipeline_version_name
string
requireddeprecated

Internal usage, will be removed in the future

pipeline_version_urn
string
required

The URN of the pipeline version that executed this task

results_urn
string
required

The URN of the results of this task run

status_description
string
required

A description of the task run status

status_str
string
requireddeprecated

Internal usage, will be removed in the future

task_icon
string
requireddeprecated

Internal usage, will be removed in the future

task_type
string
requireddeprecated

Internal usage, will be removed in the future

updated_at
string
required

When this task run was last updated

urn
string
required

The URN for this task run