Summary
Get a Job
Description
Get entire data of a Job by job ID.
Route
GET /workflow_engine/getEntireJob/:job_data
Roles
admin
apiread
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
job_data | string | yes | Job ID. |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
job_data | object | Entire data of the Job matching the partial Job data. |