Skip to main content
GET
/
orchestration
/
records
/
getMetrics
Get record metrics
curl --request GET \
  --url https://api.getcargo.io/v1/orchestration/records/getMetrics \
  --header 'Authorization: Bearer <token>'
{
  "recordMetrics": [
    {
      "nodeUuid": "<string>",
      "totalExecutionsCount": 123,
      "pendingExecutionsCount": 123,
      "runningExecutionsCount": 123,
      "successExecutionsCount": 123,
      "errorExecutionsCount": 123,
      "cancelledExecutionsCount": 123,
      "creditsUsedCount": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

recordMetrics
Record metrics · object[]
required

Aggregated record metrics.