> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xano.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Error Logs

Error Logs are available in the settings menu of most workflow types and provide quick access to:

* Review of any errors that occurred via external calls within the chosen timeframe (24 hours, 7 days, 30 days, or all available)
* How many times the error occurred
* The statement that triggered the error(s)
* The ability to ignore future occurrences of the error, or mark it as fixed

## Accessing Error Logs

<Steps>
  <Step title="Open the Error Logs panel">
    Click on the <span class="ui-bubble"><Icon icon="ellipsis" /></span> icon in the top right corner and choose <span class="ui-bubble">Error Logs</span>

    <img src="https://mintcdn.com/xano-997cb9ee/zRu3haY05D1wn_X-/images/error-logs-20260410-125908.png?fit=max&auto=format&n=zRu3haY05D1wn_X-&q=85&s=e360bd1572377e3002f316f7a29e5cd8" alt="error-logs-20260410-125908" width="2237" height="764" data-path="images/error-logs-20260410-125908.png" />
  </Step>

  <Step title="Filter and select an error to review">
    Use the options at the top to filter by time range or refresh if you're waiting for a specific error to appear, then select the error you'd like to explore further from the list below.

    <img src="https://mintcdn.com/xano-997cb9ee/zRu3haY05D1wn_X-/images/error-logs-20260410-125750.png?fit=max&auto=format&n=zRu3haY05D1wn_X-&q=85&s=3893fea371b2b9620c485855cfe1935d" alt="error-logs-20260410-125750" width="755" height="934" data-path="images/error-logs-20260410-125750.png" />
  </Step>

  <Step title="Review the error information">
    <Columns cols={2}>
      <Card>
        **Error code**

        The standardized error message that identifies the error type.

        **Error message**

        Some errors, such as those triggered by preconditions, can have custom messages attached, which will appear here.

        **Statement**

        The statement that triggered the error.

        **Occurrences**

        The number of times the error occurred.

        **First seen**

        How long ago the first occurrence happened.

        **Last seen**

        How long since the most recent error of this type was logged.

        **Error graph**

        Shows a graph view of the errors per hour.

        The error log also provides several actions you can take to manage errors:

        **Ignore this error**

        Marks the error as ignored, which will cause it to be hidden by default and not appear in the New error count.

        **Mark as fixed**

        Marks the error as fixed. Any reappearances of this error will be flagged as a regression.

        **Captured Errors**

        Provides quick access to specific requests from the request history that showcase the error. You can review variable state, inputs, and outputs from here.

        <Tip>Click the <span class="ui-bubble"><Icon icon="copy" /></span> next to the Request Input to quickly copy the data sent and run it again using the debugger for further troubleshooting.</Tip>
      </Card>

      <Card>
        <img src="https://mintcdn.com/xano-997cb9ee/zRu3haY05D1wn_X-/images/error-logs-20260410-130629.png?fit=max&auto=format&n=zRu3haY05D1wn_X-&q=85&s=0cf24017f1ba6a406af45cbcbc50924d" alt="error-logs-20260410-130629" width="617" height="1138" data-path="images/error-logs-20260410-130629.png" />
      </Card>
    </Columns>
  </Step>
</Steps>

## What's next

Now that you're familiar with error logs, head to the Dashboard and review other errors that may be present in your request history. You may also find it helpful to use the [Statement Explorer](maintenance-monitoring-and-logging/statement-explorer) to review other statements of the same type, even if they aren't experiencing errors currently, to proactively prevent similar issues from occurring.
