/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.
Parameters
10 query
querystringFree-text filter (legacy alias for filterFulltextQuery).
filterFulltextQuerystringFree-text filter — DataGrid fulltext filter maps to this key.
kindstringComma-separated list of kinds to include.
statusstringsourcestringtagstringSingle tag exact match (legacy).
tagFilterstringComma-separated tags (DataGrid tag-filter convention). First tag wins.
limitstringPage size. Default 50, cap 200.
offsetstringOffset-based pagination (legacy).
pagestring1-based page number (DataGrid convention).
Request
GET /bff/kb/list
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.