Some Log Event Types Are Not Available in Dashboard Search Results
In the Auth0 tenant dashboard under Monitoring > Logs, searching type:sapi or type:depnote does not return any results, but searching the same event types using the management API, e.g., GET /api/v2/logs?q=type:sapi, returns log events with the sapi events.
This article provides a possible explanation for why the sapi or depnote event is not returned in the tenant dashboard.
- Tenant Logs
- Dashboard Roles
- User Events
- sapi Event
- depnote Event
As described in the document Dashboard Access by Role, some dashboard roles (e.g., "Viewer - Users") have access to "user events" only.
The list of event types that are treated as "user events" can be found in the following document:
Log events available to user roles
- The
sapianddepnoteevents are not in the above list. - Only tenant admins (tenant members with the "Admin" role) can access all the event types.