> For the complete documentation index, see [llms.txt](https://cloudbrowser.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cloudbrowser.gitbook.io/docs/get-started/browser-management/get-saved-sessions.md).

# 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.
