## Check active sessions

Use `entire status` to see active sessions in the current repository:

```
entire status
```

This is the fastest way to see whether Entire is capturing an agent session right now.

## Show the current session

Use `entire session current` when you want the most relevant session for the current worktree:

```
entire session current
```

For structured output:

```
entire session current --json
```

## List all sessions

Use `entire session list` to see sessions tracked by Entire, including ended sessions:

```
entire session list
```

For automation:

```
entire session list --json
```

## Find a session ID

Most session commands accept a session ID:

```
entire session info SESSION_ID
entire session stop SESSION_ID
entire session tokens SESSION_ID
```

Use `entire status`, `entire session current`, or `entire session list` when you need to copy that ID.
