You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/website/content/docs/commands/sessions/read.mdx

36 lines
704 B

---
layout: docs
page_title: sessions read - Command
description: |-
The "sessions read" command lets you read information about Boundary sessions by ID.
---
# sessions read
Command: `boundary sessions read`
The `boundary sessions read` command lets you read information a Boundary session by providing the ID.
## Example
This example reads the details of a session with the ID `s_1234567890`:
```shell-session
$ boundary sessions read -id s_1234567890
```
## Usage
<CodeBlockConfig hideClipboard>
```shell-session
$ boundary sessions read [options] [args]
```
</CodeBlockConfig>
### Command options
- `-id=<string>` - The ID of the session you want to read.
@include 'cmd-option-note.mdx'