GET
/
api
/
tasks
/
runs
/
{task_run_urn}
{
  "urn": "<string>",
  "pipeline_urn": "<string>",
  "pipeline_version_urn": "<string>",
  "href": "<string>",
  "results_urn": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "duration": 123,
  "pipeline_name": "<string>",
  "task_type": "<string>",
  "task_icon": "<string>",
  "pipeline_version_name": "<string>",
  "status_str": "<string>",
  "status_description": "<string>"
}

Path Parameters

task_run_urn
string
required

The URN of the task run to retrieve

Response

200
application/json
Successful Response
urn
string
required

The URN for this task run

pipeline_urn
string
required

The URN of the pipeline that executed this task

pipeline_version_urn
string
required

The URN of the pipeline version that executed this task

href
string
required

URL that can be used to visualize the task run

results_urn
string
required

The URN of the results of this task run

created_at
string
required

When this task run was created

updated_at
string
required

When this task run was last updated

duration
number
required

The duration of this task run in seconds

pipeline_name
string
required
deprecated

Internal usage, will be removed in the future

task_type
string
required
deprecated

Internal usage, will be removed in the future

task_icon
string
required
deprecated

Internal usage, will be removed in the future

pipeline_version_name
string
required
deprecated

Internal usage, will be removed in the future

status_str
string
required
deprecated

Internal usage, will be removed in the future

status_description
string
required

A description of the task run status