---
title: "Update Scheduled Export"
method: PATCH
path: "/scheduled_exports/{id}"
tags: ["scheduled_exports", "Scheduled Exports"]
---

# Update Scheduled Export

`PATCH /scheduled_exports/{id}`

Update Scheduled Export

## Path parameters

- `id` integer, required

## Response `200`

The ScheduledExports object.

- ScheduledExportEntity — ScheduledExportEntity model
  - `id` integer — Scheduled Export ID
  - `name` string — Name for this scheduled export.
  - `export_type` string — Export report type. Valid values: folder_size_audit, group_membership_audit, permission_audit, share_link_audit
  - `report_name` string — Human-readable report name.
  - `export_options` object — Report-specific options. `permission_audit` supports `group_by` with `user` or `path`.
  - `user_id` integer — Site Admin user who receives the completed export e-mail.
  - `disabled` boolean — If true, this scheduled export will not run.
  - `trigger` 'daily' | 'custom_schedule' — Schedule trigger type: `daily` or `custom_schedule`.
  - `interval` string — If trigger is `daily`, this specifies how often to run the scheduled export.
  - `recurring_day` integer — If trigger is `daily`, this selects the day number inside the chosen interval.
  - `schedule_id` integer — If trigger is `custom_schedule`, the reusable Schedule used instead of the scheduled export's schedule fields.
  - `schedule_days_of_week` integer[] — If trigger is `custom_schedule`, the 0-based weekdays used by the schedule.
  - `schedule_times_of_day` string[] — Times of day in HH:MM format for the scheduled export schedule.
  - `schedule_time_zone` string — Time zone used by the scheduled export schedule.
  - `holiday_region` string — Optional holiday region used by the scheduled export schedule.
  - `human_readable_schedule` string — Human-readable schedule description.
  - `last_run_at` string, date-time — Most recent scheduled run time.
  - `last_export_id` integer — Most recent Export ID created by this schedule.
  - `created_at` string, date-time — Creation time.
  - `updated_at` string, date-time — Last update time.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

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