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

# Enums

> Enumerations used by the Analytics endpoints.

Enumerations used by the Analytics endpoints. Endpoints link here instead of repeating the full value list.

***

## Granularity

The time-bucket period for analytics time series. Used by: [Get Messages](/public-api-reference/analytics/get-messages) (`granularity` query parameter; default `daily`).

| Value     | Meaning                    |
| --------- | -------------------------- |
| `hourly`  | Bucketed by hour.          |
| `daily`   | Bucketed by day (default). |
| `weekly`  | Bucketed by week.          |
| `monthly` | Bucketed by month.         |
