Summary
Get Job Output.
Description
Get the output of a completed job.
Route
GET /workflow_engine/job/:job_id/output
Roles
            admin
apiread
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| job_id | string | yes | ID of job to get output. | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| job_output | object | Output for a job. |