# Export Sessions

### Sessions Data

Sessions data is available to download in a CSV format.

{% hint style="info" %}
Multiple session files can be generated at once
{% endhint %}

{% hint style="info" %}
Each file generated has a validity of 6 days. \
If expired, a new file can be generated using the steps shown below.
{% endhint %}

#### How to generate a session file

<figure><img src="/files/IqpMM1cCNX5u2VbZgzMF" alt=""><figcaption><p>Step 1: Click on 'Download Sessions'</p></figcaption></figure>

To generate a session file, click on 'Download Sessions' in the Dashboard panel.

<figure><img src="/files/240Hn5V6SgulJig5Zlnc" alt=""><figcaption><p>Select the session status you wish to include in the export ("Invalid" only available in an account if requested)</p></figcaption></figure>

The Download Sessions modal then allows for filtering between API Keys, Time ranges, and inspection statuses. Once the criteria has been selected, clicking 'Submit' generated the session file.

<figure><img src="/files/5lk8x1UcuuKRSwjzK1K5" alt=""><figcaption><p>Step 3: Within 'Session Files' click the File Name to download the CSV file</p></figcaption></figure>

Each session file generated is housed inside the 'Session Files' panel. Each file has a validity of 6 days for security reasons. Clicking the file name initiates the CSV file download.&#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://guides.pave.ai/branch-dashboard/user-feature-walkthrough/export-sessions.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.
