Summary
Find Job Documents
Description
Find Job Documents based on a query and additional options
Route
POST /workflow_engine/jobs/find
Roles
admin
apiread
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
query | object | yes | A MongoDB query object |
options | object | yes | A MongoDB options object |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
results | array | Resulting Job Documents that matched query and options |