Summary
Get Iterations of a Job's Task
Description
Get iterations of a Job's Task by Job ID and Task name.
Route
GET /workflow_engine/getTaskIterations/:job_id/:task
Roles
admin
apiread
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| job_id | string | yes | Job ID to get iterations of its Task. |
| task | string | yes | Four digit hexadecmial task id to get task iterations from. |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| task_iterations | array | Iterations of a Job's Task. |