---
title: "Get Bulk Sync Schedules"
method: GET
path: "/api/bulk/syncs/{sync_id}/schedules"
tags: ["Bulk Sync Schedules"]
---

# Get Bulk Sync Schedules

`GET /api/bulk/syncs/{sync_id}/schedules`

Lists all schedules configured for a bulk sync.

A bulk sync can have multiple schedules attached; this endpoint returns all
of them. Schedule times are returned in UTC.

## Path parameters

- `sync_id` string, uuid, required — Unique identifier of the bulk sync whose schedules should be returned.

## Headers

- `X-Polytomic-Version` string

## Response `200`

OK

- SchedulesEnvelope
  - `data` BulkBulkSyncSchedule[], nullable
    - `createdAt` string, date-time
    - `createdBy` string, uuid
    - `dayOfMonth` string
    - `dayOfWeek` string
    - `deletedAt` string, date-time
    - `deletedBy` string, uuid
    - `frequency` 'manual' | 'continuous' | 'hourly' | 'daily' | 'weekly' | 'custom' | 'builder' | 'runafter' | 'multi' | 'dbtcloud', required
    - `hour` string
    - `isDefault` boolean
    - `minute` string
    - `month` string
    - `schemas` string[], nullable
    - `selectiveMode` 'none' | 'incrementalFields' | 'nonincrementalFields'
    - `syncId` string, uuid
    - `syncMode` 'normal' | 'refetch' | 'resync' | 'rebuild'
    - `updatedAt` string, date-time
    - `updatedBy` string, uuid

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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