Summary
Get Task Statuses
Description
Get the status of each Task in a job by job ID.
Route
GET /workflow_engine/job/statuses/:job_id
Roles
            admin
engineering
support
apiread
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| job_id | string | yes | ID of the job to get task statuses. | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| task_statuses | object | Statuses of all Tasks in the job. |