Get aggregate task metrics

Searches aggregate task metrics with options.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Query parameters

orderenumOptional
order
Allowed values:
sortstringOptionalDefaults to workflow.name
sort
skipintegerOptional>=0
skip
limitintegerOptional0-100
limit
greaterThanEqualsintegerOptional

Date value to compare with greaterThanEqualsField, in time elapsed (milliseconds) since UNIX epoch.

greaterThanEqualsFieldenumOptional
Date field to compare.
Allowed values:
equalsstringOptional
String value to compare with equalsField.
equalsFieldenumOptional
Field to compare with equals value.
Allowed values:

Response

metrics
resultslist of objects
skipinteger>=0
The number of documents skipped before returning data. When 0, no data is skipped.
limitinteger0-100
Specifies a limit to the maximum number of data results returned.
totalinteger>=0
The total number of documents returned from a search.

Errors

500
Internal Server Error