v1
latestOpenAPI 3.0.32026-08-06138294578.6 KBModel Sync
Get Sync Schedule Options
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 or PUT /api/syncs/{id}.
get/api/syncs/schedules
Headers
X-Polytomic-Versionstring
Response
OK
Example response
{
"data": {
"schedule_options": [
{
"description": "Runs when manually triggered",
"label": "Manual"
}
]
}
}