{
"opencollection": "1.0.0",
"info": {
"name": "AI Hub Audit API",
"version": "0.1"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Audit",
"type": "folder"
},
"items": [
{
"info": {
"name": "Get audit logs",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://aihub.instabase.com/api/v1/auditlogs",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Retrieve audit logs based on specified filters. Returns a paginated list of audit log entries.\n\nThis API operation is available for Enterprise-tier organizations with single-tenant environments. To use it you must have audit log access permissions. Contact Instabase Support to request access to audit logs for your organization.\n\nThis API operation is not supported by the SDK but you can access it from Python by making direct REST calls, as shown in the sample code.\n"
}
]
}
],
"bundled": true
}