# Inspect Run Results

<figure><img src="/files/QMXZYpjhWURf2W7JjGBc" alt=""><figcaption><p>Inspecting the results of a named-paths run</p></figcaption></figure>

Results come from CsvPaths's ResultsManager. You ask for the results of a named-paths run by name or reference. The return is a list of Result objects. Each Result has the CsvPath object that generated it, along with all the data and metadata that was produced. By default, the ResultsManager returns the most recent run.

```python
from csvpath import CsvPaths
CsvPath().get_named_results( name="orders" )
```


---

# 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://www.csvpath.org/topics/higher-level-topics/organizing-inbound-data/how-data-progresses-through-csvpath-framework/publishing/inspect-run-results.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.
