GET
/
topics
/
statistics
Get topic statistics
curl --request GET \
  --url https://api.streamkap.com/topics/statistics \
  --header 'Authorization: Bearer <token>'
{
  "byteTotal": 123,
  "recordRetryTotal": 123,
  "recordSendTotal": 123,
  "recordErrorTotal": 123,
  "recordWrittenTotal": 123,
  "partitionTotal": 123,
  "topicTotal": 123,
  "latencyAvg": 123
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

byteTotal
required
recordRetryTotal
required
recordSendTotal
required
recordErrorTotal
required
recordWrittenTotal
required
partitionTotal
required
topicTotal
required
latencyAvg
required