Skip to main content
Domino automatically logs AI Gateway endpoint activity so you can audit LLM activity in Domino Projects. To view AI gateway endpoint activity, go to Admin > Advanced > MongoDB and run the following query:
+db.audit_trail.find({ kind: "AccessGatewayEndpoint" })+
You can refine this query to filter records by fields such as user, model name, or endpoint name.

Next steps

  • Project audit logs for project-level auditing including user permissions and Dataset-related actions.
  • The Audit trail data glossary contains Domino audit event names along with their descriptions.
  • Data Source audit logs create an audit trail for Data Source activity and records the WHO, WHERE, WHEN & WHAT for user activity.