---
title: history session
categories: |
history
version: 0.104.0
history: |
Get the command history session.
usage: |
Get the command history session.
editLink: false
contributors: false
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
# `history session` for [history](/commands/categories/history.md)
<div class='command-title'>Get the command history session.</div>
## Signature
```> history session {flags} ```
## Input/output types:
| input | output |
| ------- | ------ |
| nothing | int |
## Examples
Get current history session
```nu
> history session
```