# How to analyze the "Network error: Failed to fetch" in the Execution panel

For executions in the [Execution panel](/documentation/developer-guide/development-cycle/build-overview/canvas/execution-panel.md) on Canvas, the system waits up to 60 seconds for a response. If no response is received within this time, a "Failed to fetch" error is displayed. However, the execution continues in the background and can be reviewed in the **Logs** page.

To review the execution:

1. Go to the **Monitor** page.
2. Click **Pipeline Logs**.
3. Use the **Pipeline Name** filter to locate the execution.

{% hint style="info" %}
You can also analyze the execution on the Monitor page if you lose your internet connection.
{% endhint %}

For slightly longer executions, the pipeline continues running for up to 5 minutes.&#x20;

If your pipeline is focused on long executions, take a look at our documentation on [Pipeline executions](/documentation/developer-guide/development-cycle/dashboards/alerts/available-metrics.md#pipeline-executions).&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digibee.com/documentation/troubleshooting/integration-issues/failed-to-fetch-error.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
