Summary
Get Job By ID
Description
Get the details for a Job from the Database based on its ID
Route
GET /workflow_engine/jobs/detailed/:job_id
Roles
admin
engineering
support
apiread
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
job_id | string | yes | - |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
job_data | object | The Current Job Object |