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

# Get Bulk Sync Schedule

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

Returns a single schedule configured on a bulk sync.

Schedule times are returned in UTC.

To see all schedules on this sync, use
[`GET /api/bulk/syncs/{sync_id}/schedules`](../../../../../../api-reference/bulk-sync/schedules/list).
To update the schedule, use
[`PUT /api/bulk/syncs/{sync_id}/schedules/{schedule_id}`](../../../../../../api-reference/bulk-sync/schedules/update).

## Path parameters

- `sync_id` string, uuid, required — Unique identifier of the bulk sync.
- `schedule_id` string, uuid, required — Unique identifier of the schedule.

## Headers

- `X-Polytomic-Version` string

## Response `200`

OK

- ScheduleEnvelope
  - `data` BulkBulkSyncSchedule
    - `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/5e9bcd4cfb2d/schema)
