Get a page of workflow documents
Authentication
Basic authentication of the form Basic <base64(username:password)>.
Query parameters
Sort direction, 1 for ascending and -1 for descending.
Inclusive projection operator formatted as a comma-delineated list. ‘_id’ will be included implicitly unless excluded with ‘exclude=_id’. May only be used in conjunction with ‘exclude’ when ‘exclude=_id’.
Exclusive projection operator formatted as a comma-delineated list. May only be used in conjunction with ‘include’ when ‘exclude=_id’.
Sets the fields to expand. Generally, these are fields like “metrics.user”, “metrics.owner”, “created_by”, etc
Returns results where the specified fields exactly match the given match string(s).
Returns results where the specified fields contain the given match string(s).
Returns results where the specified fields start with the given match string(s).
Returns results where the specified fields end in the given match string(s).
Returns results where one or more tasks have fields that exactly match the given match string(s).