> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-fix-tenant-logs-locale-nav.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Tenant Log Catalog

> Browse and search all Auth0 tenant log event types, including their schemas and field definitions.

The Tenant Log Catalog is a searchable reference for all Auth0 tenant log event types. Each entry includes the full schema, field definitions, and descriptions to help you understand what data Auth0 generates and build reliable integrations.

<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
  Log retention periods vary by subscription level. To learn more, read [Log Data Retention](/docs/deploy-monitor/logs/log-data-retention).
</Callout>

## Use cases

Auth0 provides logs that you can analyze for your business needs. You can:

* View actions performed by tenant administrators.
* View operations performed via the <Tooltip tip="Management API: A product to allow customers to perform administrative tasks." cta="View Glossary" href="/docs/glossary?term=Management+API">Management API</Tooltip>.
* View authentications made by your users.
* View intermittent errors that may be hard to find with quality assurance testing.
* Capture forensic data for security purposes and to identify anomaly detection triggers.
* Identify patterns in usage trends.
* Check for authentication errors and Management API call errors.
* Set up automatic log scanning to check for rate limit errors so that you can proactively address activity that hits rate limits before it impacts your users.
* Correlate management API events to their initiating requests by matching `X-Correlation-ID` header values.

## Resources

| Read...                                                                                                      | To learn...                                                            |
| ------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------- |
| [Logs](/docs/deploy-monitor/logs)                                                                            | An overview of how tenant and operations event logs work in Auth0.     |
| [View Log Events](/docs/deploy-monitor/logs/view-log-events)                                                 | How to view and search tenant logs in the Auth0 Dashboard.             |
| [Retrieve Log Events Using the Management API](/docs/deploy-monitor/logs/retrieve-log-events-using-mgmt-api) | How to pull tenant log events programmatically.                        |
| [Log Streams](/docs/customize/log-streams)                                                                   | How to export logs in near real-time to external analysis tools.       |
| [Log Data Retention](/docs/deploy-monitor/logs/log-data-retention)                                           | How long logs are retained based on your subscription level.           |
| [Log Event Filters](/docs/deploy-monitor/logs/log-event-filters)                                             | How to filter which log categories are streamed or displayed.          |
| [Log Search Query Syntax](/docs/deploy-monitor/logs/log-search-query-syntax)                                 | How to refine log searches using Lucene query syntax.                  |
| [Personally Identifiable Information in Auth0 Logs](/docs/deploy-monitor/logs/pii-in-logs)                   | What PII Auth0 writes to tenant logs and what to be aware of.          |
| [View Attack Protection Log Events](/docs/secure/attack-protection/view-attack-protection-events)            | How to use tenant traffic log data to view attack protection events.   |
| [Adaptive MFA Log Events](/docs/secure/multi-factor-authentication/adaptive-mfa/adaptive-mfa-log-events)     | Log events generated by Adaptive MFA assessments and policy decisions. |
