Skip to content
better-i18n.com
On this page

Get details about a specific sync operation including logs and affected keys. Use syncId from getSyncs response.

Parameters #

ParameterTypeRequiredDescription
syncIdstringYesSync operation ID

Example #

JSON
{
  "syncId": "sync_abc123"
}

Response #

JSON
{
  "id": "sync_abc123",
  "type": "cdn_upload",
  "status": "completed",
  "keysAffected": 15,
  "affectedKeys": [
    { "id": "key_abc", "name": "auth.login.title", "action": "updated" }
  ]
}