Summary
Get Shallow Data of a Job
Description
Get shallow data of a Job by Job ID.
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. |