BizKitHub
getKnowledge BaseAdmin BFF

/bff/kb/list

Paginated per-tenant listing with kind / status / source / tag filters and an optional trigram-backed free-text filter. Accepts both legacy (query, offset, tag) and DataGrid (filterFulltextQuery, page, tagFilter) conventions. Newest entries first. Distinct from /kb/search in that this endpoint is filter-first and returns every match; /kb/search is the hybrid-retrieval ranked top-N.

Knowledge BasegetBffKbList

Parameters

10 query

10 total
Query · 10
querystring

Free-text filter (legacy alias for filterFulltextQuery).

filterFulltextQuerystring

Free-text filter — DataGrid fulltext filter maps to this key.

kindstring

Comma-separated list of kinds to include.

statusstring
sourcestring
tagstring

Single tag exact match (legacy).

tagFilterstring

Comma-separated tags (DataGrid tag-filter convention). First tag wins.

limitstring

Page size. Default 50, cap 200.

offsetstring

Offset-based pagination (legacy).

pagestring

1-based page number (DataGrid convention).

Request

GET /bff/kb/list

get
curl -X GET "https://api.bizkithub.com/bff/kb/list?query=example_query&filterFulltextQuery=example_filterFulltextQuery&kind=qa%2Cnote&status=draft%2Cactive&source=chat%2Cmanual&tag=example_tag&tagFilter=example_tagFilter&limit=example_limit&offset=example_offset&page=example_page" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key