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.