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

/bff/log/group-occurrences

Paginated list of each individual log row that shares the given fingerprint. Each item carries the log external id (so the operator can open a specific occurrence), inserted date, level, and a truncated one-line preview of the message.

LoggetBffLogGroup-occurrences

Parameters

3 query

Query parameters

· 3
fingerprintstringRequired

Log fingerprint (32-char MD5).

Exampleexample_fingerprint
pagestringOptional

Page number (1-based).

Example1
limitstringOptional

Page size (1–200, default 50).

Example50

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-occurrences

get
curl -X GET "https://api.bizkithub.com/bff/log/group-occurrences?fingerprint=example_fingerprint&page=1&limit=50" \
  -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