BizKitHub
DocsAPI ReferenceLog/bff/log/group-summary
getLogAdmin BFF

/bff/log/group-summary

Returns aggregate stats (total count, first/last seen, 30-day daily occurrences, related-fingerprint count) for every log in the organisation that shares the given fingerprint.

LoggetBffLogGroup-summary

Parameters

1 query

Query parameters

· 1
fingerprintstringRequired

Log fingerprint (32-char MD5) that groups structurally identical logs.

Exampleexample_fingerprint

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/log/group-summary

get
curl -X GET "https://api.bizkithub.com/bff/log/group-summary?fingerprint=example_fingerprint" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key