# Run History

After you [run an experiment](/use-steadybit/experiments/run.md), you can see the history of all past runs for it in the left sidebar of the "Runs" pane and navigate to that run by clicking it.

![Experiment Run View with History](/files/Nbbpmq0IAJZa40q9nRK1)

You can visit the "Experiments > Experiment Runs" page to get the whole history across multiple teams.\
The filters allow you to select the experiment runs by team, environment, outcome, or time. You can also download a CSV report for that particular selection and use it for further processing.

![Experiment Run History](/files/2BXwmYhFKJpWms6DCjes)


---

# 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.steadybit.com/use-steadybit/experiments/run-history.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.
