Summary
Get Jobs' Tasks
Description
Get Jobs' Tasks matching the query and return the data optionally modified by the filter.
Route
POST /workflow_engine/queryTasks
Roles
admin
apiread
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
query | object | yes | Query to retrieve Tasks from Jobs. |
filter | object | yes | Filter specifying which fields are returned. |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
task_details_array | array | All Jobs' Tasks matching the query. |