Model Sync Error Handling

Get Sync Error Handling

Returns the error handling settings for a model sync.

get/api/syncs/{id}/error-handling

Path parameters

idstring uuid required

Unique identifier of the model sync.

Example:248df4b7-aa70-47b8-a036-33ac447e668d

Unique identifier of the model sync.

Headers

X-Polytomic-Versionstring

Response

OK

Example response

{
  "data": {
    "auto_retry_record_errors": true,
    "notify_on_record_errors": true,
    "subscribers": [
      "alerts@example.com"
    ],
    "warning_notifications": true
  }
}

Changes