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:

Operation: query GetAccountAutomateStatistics($accountId: ObjectID!) { getAutomatorAccountStatistics(accountId: $accountId) { testSuitesCount buildsCount testsPerformedCount passedTestPercentage warnedTestPercentage failedTestPercentage averageUrlsCrawledPerDay } }
GetAccountAutomateStatisticsTry in Explorer
GraphQL
query GetAccountAutomateStatistics($accountId: ObjectID!) {
getAutomatorAccountStatistics(accountId: $accountId) {
testSuitesCount
buildsCount
testsPerformedCount
passedTestPercentage
warnedTestPercentage
failedTestPercentage
averageUrlsCrawledPerDay
}
}