create_scheduled_report
Create a new scheduled report definition. The report will be generated and emailed to recipients on the configured cadence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for this scheduled report (max 150 chars). | |
| format | No | Output format: pdf (default) or csv. | |
| cadence | Yes | Schedule cadence: Daily, Weekly, or Monthly. | |
| recipients | Yes | Comma-separated recipient email addresses. | |
| report_type | Yes | Report type: DailySummary or MonthlyHours. | |
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. |