Audit Logs for a Connection

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:
Screenshot 2024-08-06 at 10.00.37 AM.png

Recommended content

No recommended content found...