# Get Saved Sessions

### `/api/v1/Session/List` – **Get all saved sessions** <a href="#id-6-toc-title" id="id-6-toc-title"></a>

**Description**: List all saved sessions and its creation and update date.

**Method**: GET

**Parameters**: No parameters required.

**Response**:

* StoredSession: Array of active sessions with the following fields:
  * label: Session label.
  * createdOn: Date and time when the session was started.
  * lastUpdate: Date and time when the session was updated.


---

# 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://cloudbrowser.gitbook.io/docs/get-started/browser-management/get-saved-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.
