getSync
इस पेज पर
Get details about a specific sync operation including logs and affected keys. Use syncId from getSyncs response.
Parameters #
| Parameter | Type | Required | Description |
|---|---|---|---|
syncId | string | Yes | Sync 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" }
]
}
Better I18N