# `bird sms stats`

## Usage

```bash
bird sms stats
```

## Description

Every series covers the workspace's own traffic. Day and hour boundaries follow the
timezone you pass and default to UTC, so a bare calendar day means a local day once it
is set. `inbound` counts what the workspace's numbers received; everything else counts
what it sent.

## Commands

| Name                                                           | Description                                |
| -------------------------------------------------------------- | ------------------------------------------ |
| [`by-carrier`](/docs/cli/reference/sms-stats-by-carrier)       | Get outbound SMS statistics by carrier     |
| [`by-category`](/docs/cli/reference/sms-stats-by-category)     | Get outbound SMS statistics by category    |
| [`by-country`](/docs/cli/reference/sms-stats-by-country)       | Get outbound SMS statistics by country     |
| [`by-error-code`](/docs/cli/reference/sms-stats-by-error-code) | Get outbound SMS statistics by error code  |
| [`by-originator`](/docs/cli/reference/sms-stats-by-originator) | Get outbound SMS statistics by originator  |
| [`by-status`](/docs/cli/reference/sms-stats-by-status)         | Get outbound SMS statistics by status      |
| [`by-tag`](/docs/cli/reference/sms-stats-by-tag)               | Get outbound SMS statistics by tag         |
| [`daily`](/docs/cli/reference/sms-stats-daily)                 | Get daily outbound SMS statistics          |
| [`hourly`](/docs/cli/reference/sms-stats-hourly)               | Get hourly outbound SMS statistics         |
| [`inbound`](/docs/cli/reference/sms-stats-inbound)             | Read aggregate statistics for received SMS |
| [`summary`](/docs/cli/reference/sms-stats-summary)             | Get aggregate outbound SMS statistics      |