Skip to content

Get job statistics

GET
/resources/jobs/statistics

Gets job statistics for a time range (per-minute granularity)
Returns statistics for all job definitions the user has permission to view

Parameters

Query Parameters

jobDefinitionId
Type
string
from
Type
string
Format
"date-time"
to
Type
string
Format
"date-time"

Responses

OK

JSON
[
  
{
  
  
"jobDefinitionId": "string",
  
  
"bucketTime": "string",
  
  
"scheduled": 0,
  
  
"successful": 0,
  
  
"failed": 0,
  
  
"minExecution": 0,
  
  
"maxExecution": 0,
  
  
"avgExecution": 0,
  
  
"cacheQueueDepth": 0,
  
  
"totalQueueDepth": 0
  
}
]

Samples

© 2024 Hantera AB. All rights reserved.