Class AuditLogsClient
java.lang.Object
io.github.stefanbratanov.jvm.openai.AuditLogsClient
Logs of user actions and configuration changes within this organization.
To log events, you must activate logging in the Organization Settings. Once activated, for security reasons, logging cannot be deactivated.
Based on Audit Logs
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionlistAuditLogs
(ListAuditLogsQueryParameters queryParameters) List user actions and configuration changes within this organization.
-
Method Details
-
listAuditLogs
public AuditLogsClient.PaginatedAuditLogs listAuditLogs(ListAuditLogsQueryParameters queryParameters) List user actions and configuration changes within this organization.- Throws:
OpenAIException
- in case of API errors
-