Get task run list
- Print
- PDF
Get task run list
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Get the list of created task model runs. You can check the detailed information of all retrieved runs.
Request
This section describes the request format. The method and URI are as follows:
Method | URI |
---|---|
GET | /task-runs |
Request headers
For information about the headers common to all NCLUE APIs, see NCLUE request headers.
Request query parameters
The following describes the parameters.
Field | Type | Required | Description |
---|---|---|---|
index | Integer | Optional | Start location of the list
|
limit | Integer | Optional | List output limit value
|
Request example
The request example is as follows:
Response
This section describes the response format.
Response body
The response body includes the following data:
Field | Type | Required | Description |
---|---|---|---|
index | Integer | - | Start location of the list |
limit | Integer | - | List output limit value |
total | Integer | - | Number of runs retrieved |
runs | Array | - | Run list |
runs
The following describes runs
.
Field | Type | Required | Description |
---|---|---|---|
run_id | String | - | Run ID |
run_name | String | - | Run name |
task_id | String | - | Task ID to apply |
task_name | String | - | Task name to apply |
feature_id | String | - | ID of the feature applied to the task |
feature_name | String | - | Name of the feature applied to the task |
status | String | - | Run status
|
created_at | String | - | Run creation request date and time (ISO 8601 format) |
completed_at | String | - | Run creation completion date and time (ISO 8601 format) |
result_bucket | String | - | Name of the Object Storage bucket where the job result is stored |
result_file_path | String | - | Path of the result_bucket file where the job result is stored |
line_count | Integer | - | Number of lines of the feature applied to the task |
fail_message | String | - | Creation failure message
|
Response status codes
For response status codes common to NCLUE, see NCLUE response status codes.
Response example
The response example is as follows:
Was this article helpful?