Skip to main content

Retrieve Statistics

The following query retrieve the automate statistics for a given account, by providing the account id in accountId argument:

query GetAccountAutomateStatistics($accountId: ObjectID!) {
getAutomatorAccountStatistics(accountId: $accountId) {
testSuitesCount
buildsCount
testsPerformedCount
passedTestPercentage
warnedTestPercentage
failedTestPercentage
averageUrlsCrawledPerDay
}
}

Try in explorer