Audit Logs for a Connection

Last Updated: Aug7, 2024

Overview

This article provides the query to check the logs for the creation/updation of a certain connection in an Auth0 tenant.

Applies To

  • Useful queries
  • Log search

Solution

Place the below query on the Search bar in Dashboard > Monitoring > Logs:

details.request.path:"/api/v2/connections/CONNECTION_IDENTIFIER" OR details.request.path:"/api/v2/connections/CONNECTION_IDENTIFIER/users" OR
details.response.body.id:"CONNECTION_IDENTIFIER"

And replace it with the CONNECTION_IDENTIFIER, which can be obtained as described in the screenshot below:
1.jpeg