← Back to schema index

GetUsageHeatmapResponse

Response of `GET /v1/usage/heatmap`. Validation density by (day-of-week, hour-of-day) combinations over the queried window.

Properties

FieldTypeDescription
dataobjectMain response payload. Shape varies by endpoint (object, array, or JSON:API envelope with `type`, `id`, `attributes`).
typestringJSON:API discriminator. Always `usage_heatmap`.
attributesobjectUsage density by (day-of-week, hour-of-day) over the queried window.
daysintegerHeatmap window in days (typically 30 or 90).
max_countintegerMaximum `count` value across all cells; useful for scaling color intensity in the UI.
bucketsarrayHeatmap cells; each entry is a (day_of_week, hour_of_day) combination with its count.
metaobjectResponse metadata including API version, route prefix, unique request identifier, and the server timestamp in UTC.
versionstringAPI version that processed the request.
api_versionstringAPI route prefix version (e.g. `v1`).
request_idstringUnique request identifier (hex).
datetimeobjectCompanion 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*stringAlways `UTC` — the canonical timezone for every datetime field in the body.
format*stringAlways `ISO 8601` — explicit `Z` suffix on every datetime.
linksobjectPagination or related links, present only when the endpoint returns a paginated collection.

Used in operations

  • GET /v1/usage/heatmap