app-workflow_engine

On this page:

queryJobs

Summary

Get Jobs

Description

Get jobs matching the query.

Route

POST /workflow_engine/queryJobs

Roles

admin apiread

Parameters

DetailsExampleSchema
Name Type Required Description
query object yes An object of property names and values to use in the query against the jobs collection. The property name must exist in the jobs collection. There must be at least 1 field you query upon.

Return

DetailsExampleSchema
Name Type Description
job_details_array array All jobs matching the query.