Skip to main content

Description

Returns average review response time as a time series with an optional previous-period comparison. This measures response speed, not the percentage of reviews that receive a response.

Parameters

Example Usage

Example Response

Response Fields

summary.actual and summary.compare include avgResponseTime and respondedCount. dataPoints provides those fields for each time bucket. groupByType identifies the bucket size, and dataPresent indicates whether data exists.

Notes

  • avgResponseTime.days, hours, and minutes are three representations of one duration; do not add them together.
  • Both comparison dates must be provided together. When neither is supplied, the response contains only summary.actual (and each dataPoints entry has only actual) — no compare key at all.
  • When startDate/endDate are both omitted, the live API does not default to 3 months back — it returns full account history (observed dateDiff spanning 13,000+ days) grouped by year. Pass explicit dates for a bounded window.