# Status

The Status page shows you all ongoing and previous [DBNL Data Pipeline](/v0.26.x/configuration/data-pipeline.md) runs for your project.

These runs represent the entire [Data Pipeline](/v0.26.x/configuration/data-pipeline.md), including:

* Data ingestion from the specified [Data Connection](/v0.26.x/configuration/data-connections.md) for the [Project](/v0.26.x/workflow/projects.md)
* [Log](/v0.26.x/workflow/logs.md) enrichment by appending [Metrics](/v0.26.x/workflow/metrics.md) using the [Model Connection](/v0.26.x/configuration/model-connections.md)
* Analysis and publishing of [Insights](/v0.26.x/workflow/insights.md)

You can view the current status of each run grouped by data date range, which time window DBNL was ingesting data for. If a Data Pipeline run has errored you can hover over the error status to view the exception and restart the run by clicking on the restart button in the actions column.

{% hint style="info" %}
The DBNL Data Pipeline contains many different tasks and can be complex to debug. Please reach out to us at <support@distributional.com> or [distributional.com/contact](https://distributional.com/contact) and we would be happy to help.
{% endhint %}

<figure><img src="/files/X3fwr66VvYl6oQb9ZLwV" alt=""><figcaption></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.dbnl.com/v0.26.x/workflow/status.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.
