get_historical_data
Retrieve historical performance data for PHP applications by date. Specify granularity to analyze daily, weekly, or monthly trends and metrics.
Instructions
Retrieve historical performance data in JSON format for a specific date with configurable granularity. Analyze daily, weekly, or monthly performance trends, transaction reports, and time-series metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date in YYYY-MM-DD format for the historical data | |
| granularity | No | Granularity for data aggregation. Day shows hourly breakdown, week/month show daily breakdown. | day |