app-workflow_engine

On this page:

getJobShallow

Summary

Get Shallow Data of a Job

Description

Get shallow data of a job by job ID. Returns a subset of data returned by omitting tasks' application, tasks' incoming arguments, tasks' returned data, and tasks' error information.

Route

GET /workflow_engine/getJobShallow/:job_data

Roles

admin apiread

Parameters

DetailsExampleSchema
Name Type Required Description
job_data string yes Job ID to get the job's shallow data.

Return

DetailsExampleSchema
Name Type Description
job_details object Shallow data of the job matching the job ID.