Skip to main content
GET
/
systemOfRecordIntegration
/
logs
/
metrics
Get log metrics
curl --request GET \
  --url https://api.getcargo.io/v1/systemOfRecordIntegration/logs/metrics \
  --header 'Authorization: Bearer <token>'
{
  "metrics": [
    {
      "date": "<string>",
      "processedSecondsCount": 123,
      "processedBytesCount": 123,
      "queriesCount": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

from
string
required

Start of the time range.

to
string
required

End of the time range.

Response

Successful response

metrics
Metrics · object[]
required

Usage metrics.