← 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

Field Type Description
type string JSON:API discriminator. Always `usage_heatmap`.
attributes object Usage density by (day-of-week, hour-of-day) over the queried window.
days integer Heatmap window in days (typically 30 or 90).
max_count integer Maximum `count` value across all cells; useful for scaling color intensity in the UI.
buckets array Heatmap cells; each entry is a (day_of_week, hour_of_day) combination with its count.

Variants

allOf

Used in operations

  • GET /v1/usage/heatmap