๐ metrics
Getโ
info
Use this endpoint to retrieve metrics including pending tasks, pending builds, active nodes, free nodes, busy nodes, today's tasks and completed tasks.
Endpointโ
Request Headersโ
| Key | Value | Required |
|---|---|---|
Authorization | Valid Access Token | true |
Example Requestโ
Empty body
Example Responseโ
Status: 200 OK
{
"pendingTasks": 0,
"pendingBuilds": 0,
"activeNodes": 0,
"freeNodes": 0,
"busyNodes": 0,
"todayTasks": 0,
"completedTasks": 2225
}