# Notifications and Error Report

### Run Completion

We will inform you whenever a job is finished. This email contains information about the success of the last job(s), the duration, the amount of jobs and the cost. You can choose one of the following 4 options:&#x20;

* Never (you won't get any reports on your jobs).
* With every run (you will receive a report after every finished job).
* Daily (you will receive a daily report on your jobs).
* Weekly (you will receive a weekly report on your jobs)

To opt-out of run completion emails, choose the "Never" option.

### Error Report

Independently of the job status, you can download an error report whenever there are failed responses in a job. To do that, go to the project details page and click on the number of responses in the row of the failed job or on the error report icon. The error report will open as a pop up and can also be downloaded as a JSON file.

<figure><img src="/files/wf790paOiNTol3MmykHT" alt="" width="263"><figcaption><p>Error report</p></figcaption></figure>

<figure><img src="/files/vqlr2QADYMFUhbzlvFJz" alt="" width="375"><figcaption><p>Error report pop-up window</p></figcaption></figure>


---

# 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.scraperapi.com/data-pipeline/creating-a-datapipeline-project/notifications-and-error-report.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.
