KnowledgeBaseAdmin
List platform-scoped knowledge documents
Authorization
SupabaseBearer AuthorizationBearer <token>
Supabase user access token (Authorization: Bearer JWT)
In: header
Query Parameters
page?integer
Range
1 <= valuepageSize?integer
Range
1 <= value <= 100sort?string
order?string
Value in
- "asc"
- "desc"
q?string
status?string
Header Parameters
x-user-id*string
Platform admin Supabase user id
Format
uuidx-platform-staff-email?string
Platform staff email for @compliwise.io domain verification
Format
emailResponse Body
application/json
application/json
curl -X GET "https://example.com/admin/knowledge-base/documents" \ -H "x-user-id: 497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "items": [ {} ], "page": 0, "pageSize": 0, "total": 0}Empty
{ "message": "string"}