# `bird request-logs histogram`

## Usage

```bash
bird request-logs histogram [flags]
```

## Description

Request log histogram

## Examples

```bash
bird request-logs histogram
```

## Options

| Name                | Description                                                                                                                                                                                                                                                                                                                          |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `--occurred-after`  | Return buckets starting at or after this time (ISO 8601). The window may not exceed 24 hours; if the distance between occurred_after and occurred_before is wider than 24 hours it is clamped on the occurred_after side. Defaults to 24 hours before occurred_before (or 24 hours before now when occurred_before is also omitted). |
| `--occurred-before` | Return buckets up to and including this time (ISO 8601). Defaults to now.                                                                                                                                                                                                                                                            |
| `--response-schema` | Print the fields this command returns, then exit                                                                                                                                                                                                                                                                                     |

## Related

| Name                                                            | Description       |
| --------------------------------------------------------------- | ----------------- |
| [`bird request-logs get`](/docs/cli/reference/request-logs-get) | Get a request log |