BizKitHub
DocsAPI ReferenceLog/bff/log/related
getLogAdmin BFF

/bff/log/related

Returns other fingerprints (i.e. distinct incident buckets) that share the source log's code_id — or fall back to the same component when the source has no code. Each item is the latest occurrence of its own group plus a totalCount so admin can spot related incidents at a glance.

LoggetBffLogRelated

Parameters

2 query

Query parameters

· 2
fingerprintstringRequired

Log fingerprint of the source log — related groups are found relative to it.

Exampleexample_fingerprint
limitstringOptional

Max related groups to return (1–50, default 20).

Example20

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/log/related

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