getSyncs
इस पेज पर
List recent sync operations for a project. Returns sync jobs with status, type, and timing.
Parameters #
| Parameter | Type | Required | Description |
|---|---|---|---|
project | string | Yes | Project identifier in org/project format |
limit | number | No | Maximum results (1-50, default: 10) |
status | string | No | Filter by status |
type | string | No | Filter by sync type |
Response #
JSON
{
"syncs": [
{ "id": "sync_abc123", "type": "cdn_upload", "status": "completed", "keysAffected": 15 }
]
}
Better I18N