---
title: "Create Schedule"
method: POST
path: "/api/reports/schedules"
tags: ["reports"]
---

# Create Schedule

`POST /api/reports/schedules`

## Request body

- ScheduleRequest
  - `type` 'executive' | 'campaign' | 'agent_performance' | 'conversation' | 'lead' | 'cost_roi' | 'knowledge_base' | 'compliance' | 'summarizer_brief', required
  - `format` 'pdf' | 'xlsx' | 'csv' | 'docx' | 'png', required
  - `name` string, required
  - `frequency` 'daily' | 'weekly' | 'monthly', required
  - `hourIst` integer
  - `dayOfWeek` integer, nullable
  - `dayOfMonth` integer, nullable
  - `recipients` string[]
  - `startDate` string, nullable
  - `endDate` string, nullable
  - `agentId` string, nullable
  - `useCaseId` string, nullable
  - `source` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/2a1adc380310/schema)
