Summary
Get List of Jobs
Description
Get a list of Jobs by status.
Route
POST /workflow_engine/getJobList/:status
Roles
admin
apiread
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| status | string | yes | Status to get Jobs. |
| options | object | yes | - |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| job_list | object | Jobs matching the status. |