v5
latestOpenAPI 3.1.02026-08-025631,1012.8 MBAnalytics
Analytics - Buckets
Get Sync Performance
Get sync performance metrics.
Analyzes sync job execution including:
- Files synced/failed
- Sync duration and throughput
- Success rates by provider
Use Cases:
- Monitor sync reliability
- Compare sync configurations
- Identify slow syncs
- Debug sync failures
Example:
curl -X GET "https://api.mixpeek.com/v1/analytics/buckets/bkt_abc123/sync-performance?hours=168" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "X-Namespace: your-namespace"
get/v1/analytics/buckets/{bucket_id}/sync-performance
Path parameters
bucket_idstring required
Query parameters
sync_config_idstring nullable
Filter by sync config ID
Filter by sync config ID
hoursinteger
Hours of history (default: 7 days)
Hours of history (default: 7 days)
limitinteger
Maximum sync runs to return
Maximum sync runs to return
Response
Successful Response