/bff/admin/system-log
Returns a paginated system log for the specified organisation, ordered by newest first. Useful for debugging and auditing organisation activity. Requires internal admin membership.
AdmingetBffAdminSystem-log
Parameters
1 query
Query · 1
organisationSlugstringRequiredSlug of the organisation to fetch logs for.
Request
GET /bff/admin/system-log
curl -X GET "https://api.bizkithub.com/bff/admin/system-log?organisationSlug=acme-corp" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [
{
"id": 0,
"level": "example_level",
"message": "example_message",
"insertedDate": "example_insertedDate"
}
],
"itemCount": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.