---
title: "AgentReportScheduleList"
method: PATCH
path: "/agents/{agentId}/report-schedules"
tags: ["AgentReportScheduleList"]
---

# AgentReportScheduleList

`PATCH /agents/{agentId}/report-schedules`

## Path parameters

- `agentId` string, required

## Headers

- `Api-Version` 2, required
- `Api-Application` string, required
- `Api-Company` string, required
- `Api-Branding` string

## Request body

- object[]
  - `publicId` string, required
  - `timeZone` string
  - `recurrence` union
    - object
      - `frequency` 'weekly', required
      - `interval` integer, required
      - `monday` boolean
      - `tuesday` boolean
      - `wednesday` boolean
      - `thursday` boolean
      - `friday` boolean
      - `saturday` boolean
      - `sunday` boolean
    - object
      - `frequency` 'monthly', required
      - `interval` integer, required
      - `occurrence` integer, required
      - `monday` boolean
      - `tuesday` boolean
      - `wednesday` boolean
      - `thursday` boolean
      - `friday` boolean
      - `saturday` boolean
      - `sunday` boolean
  - `deliveryTime` string
  - `start` string, date-time

## Response `200`

Success response

- object
  - `status` string, required
  - `type` string, required
  - `data` object, nullable, required

## Other responses

- `4XX` — 4XX error response

---

[API](https://skmtc.net/ixon/apis/ixon-api.md) · [All operations](https://skmtc.net/ixon/apis/ixon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ixon/ixon-api/revisions/7875dc33d41f/schema)
