> ## Documentation Index
> Fetch the complete documentation index at: https://s2.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Metrics

> Query account, basin, and stream metrics with the S2 CLI.

```bash theme={null}
# Account-level metrics
s2 get-account-metrics

# Basin-level metrics
s2 get-basin-metrics my-basin

# Stream-level metrics
s2 get-stream-metrics s2://my-basin/my-stream
```
