get_avg_response_time
Calculate average response time for all replies on a board within a specified date range, providing a comprehensive view beyond first response times.
Instructions
Get average response time across all replies on a board for a given period. Complements get_response_times which shows first response only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dateTo | Yes | End date for the period (ISO-8601) | |
| boardId | Yes | The board ID | |
| dateFrom | Yes | Start date for the period (ISO-8601) |