Summary
Get Details of an Active Job
Description
Get an active Job's details of its active and completed Tasks.
Route
GET /workflow_engine/job/:job_id/deep
Roles
admin
apiread
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
job_id | string | yes | ID of Job to get details. |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
job_details | array | All active and completed Tasks of the Job. |