Skip to content
better-i18n.com
On this page

List recent sync operations for a project. Returns sync jobs with status, type, and timing.

Parameters #

ParameterTypeRequiredDescription
projectstringYesProject identifier in org/project format
limitnumberNoMaximum results (1-50, default: 10)
statusstringNoFilter by status
typestringNoFilter by sync type

Response #

JSON
{
  "syncs": [
    { "id": "sync_abc123", "type": "cdn_upload", "status": "completed", "keysAffected": 15 }
  ]
}