# `bird amb stats inbound daily`

## Usage

```bash
bird amb stats inbound daily [flags]
```

## Description

Returns one row of inbound Apple Messages for Business counts per calendar day for the workspace, gap-filled so a silent day is a zero row rather than a missing one. Every row is attributed to the day the inbound event occurred, not to any earlier outbound message.

## Examples

```bash
bird amb stats inbound daily
```

## Options

| Name                | Description                                                                                                                                                                                                                                                                                                                               |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `--from`            | Start date (inclusive), YYYY-MM-DD. Interpreted as a calendar day in timezone (a UTC day when timezone is omitted). The window may not exceed 365 days. Defaults to 30 days before to when omitted.                                                                                                                                       |
| `--response-schema` | Print the fields this command returns, then exit                                                                                                                                                                                                                                                                                          |
| `--timezone`        | IANA timezone identifier used to group statistics, for example Asia/Kathmandu. The default is UTC. Day and hour boundaries, including the default window when from and to are omitted, follow this timezone. When this parameter is set, pass from and to as calendar days or Z instants instead of timestamps with explicit UTC offsets. |
| `--to`              | End date (inclusive), YYYY-MM-DD. Interpreted as a calendar day in timezone (a UTC day when timezone is omitted). The window may not exceed 365 days. Defaults to today in that timezone when omitted.                                                                                                                                    |

## Related

| Name                                                                                      | Description                                                    |
| ----------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| [`bird amb stats inbound by-business`](/docs/cli/reference/amb-stats-inbound-by-business) | Get inbound Apple Messages for Business statistics by business |
| [`bird amb stats inbound by-intent`](/docs/cli/reference/amb-stats-inbound-by-intent)     | Get inbound Apple Messages for Business statistics by intent   |
| [`bird amb stats inbound hourly`](/docs/cli/reference/amb-stats-inbound-hourly)           | Get hourly inbound Apple Messages for Business statistics      |
| [`bird amb stats inbound summary`](/docs/cli/reference/amb-stats-inbound-summary)         | Get aggregate inbound Apple Messages for Business statistics   |

## Related resources

- [Should I use a Bird SDK or call the API directly?](/explained/platform/should-i-use-an-sdk-or-call-the-api-directly) (answer)
- [Build your first integration](/learn/paths/integration) (course)
- [Send your first email](/docs/get-started/send-your-first-email) (docs)

[Get an implementation brief](/learn/workspace?topic=api-basics)
