BanxicoPublicTimeseriesResponse
Response from `GET /v1/status/banxico/timeseries`. Data points bucketed by time interval for the requested metric and window. Only exposes safe metrics (`probe_latency`, `verdict`); invalid query values silently fall back to defaults (`probe_latency`, `24h`).
Properties
| Field | Type | Description |
|---|---|---|
data | object | Main response payload. Shape varies by endpoint (object, array, or JSON:API envelope with `type`, `id`, `attributes`). |
type* | string | JSON:API resource type. Always `banxico_public_timeseries`. |
id* | string | Identifier derived from the metric/window pair (`<metric>_<window>`). |
attributes* | object | Time-series of Banxico CEP service health metrics in time buckets. Returned by `GET /v1/banxico/timeseries`. |
metric | string | Reported metric: `probe_latency` — health probe latency in milliseconds; `verdict` — Banxico verdict distribution per bucket. |
window | string | Total time window covered by the series (`1h`, `8h`, `12h`, `24h`, or `7d`). |
unit | string | Unit of measurement for values: `ms` for `probe_latency`, `verdict` (integer 0/1/2) for `verdict`. |
bucket_size_minutes | integer | Size of each time bucket in minutes. |
points | array | Data points in chronological order. Each point contains `ts` (bucket start timestamp) and `value` (integer in ms for `probe_latency`, verdict integer 0/1/2 for `verdict`). |
meta | object | Response metadata including API version, route prefix, unique request identifier, and the server timestamp in UTC. |
version | string | API version that processed the request. |
api_version | string | API route prefix version (e.g. `v1`). |
request_id | string | Unique request identifier (hex). |
datetime | object | Companion descriptor present in every response's meta block (and in outgoing webhook payloads). Lets clients assert the timezone contract without re-reading the spec. |
timezone* | string | Always `UTC` — the canonical timezone for every datetime field in the body. |
format* | string | Always `ISO 8601` — explicit `Z` suffix on every datetime. |
links | object | Pagination or related links, present only when the endpoint returns a paginated collection. |
Used in operations
GET /v1/status/banxico/timeseries