Get Sync Performance
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
Get Sync Performance
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Filter by sync config ID
Hours of history (default: 7 days)
Required range:
1 <= x <= 720Maximum sync runs to return
Required range:
1 <= x <= 1000Response
Successful Response

