---
title: "Get Sync Schedule Options"
method: GET
path: "/api/syncs/schedules"
tags: ["Model Sync"]
---

# Get Sync Schedule Options

`GET /api/syncs/schedules`

Returns the schedule types available when creating or updating a model sync.

Use the `type` identifiers returned by this endpoint in the `schedule` field
when creating or updating a sync via
[`POST /api/syncs`](../../../api-reference/model-sync/create) or [`PUT /api/syncs/{id}`](../../../api-reference/model-sync/update).

## Headers

- `X-Polytomic-Version` string

## Response `200`

OK

- ScheduleOptionResponseEnvelope
  - `data` ScheduleOptionResponse
    - `schedule_options` ScheduleScheduleOption[], nullable
      - `configuration` JsonschemaForm
      - `description` string
      - `frequency` 'manual' | 'continuous' | 'hourly' | 'daily' | 'weekly' | 'custom' | 'builder' | 'runafter' | 'multi' | 'dbtcloud'
      - `label` string

## Other responses

- `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)
