Get Bucket Health
Buckets
Get Bucket Health
Get bucket health monitoring metrics.
Analyzes bucket health including:
- Error breakdown by type
- Sync health per configuration
- Stuck/failing syncs
- Overall health status
Use Cases:
- Monitor bucket health
- Identify failing syncs
- Debug errors by type
- Alert on unhealthy buckets
Example:
curl -X GET "https://api.mixpeek.com/v1/analytics/buckets/bkt_abc123/health?hours=24" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "X-Namespace: your-namespace"
GET
Get Bucket Health
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Hours of history
Required range:
1 <= x <= 720Response
Successful Response
Bucket health monitoring response.
Bucket identifier
Query time range
Overall health status
Total error count
Errors by type
Sync health per config
Sync configs with no recent activity

