Get Upload Performance
Buckets
Get Upload Performance
Get upload performance metrics.
Analyzes upload operations including:
- Upload latency (P50, P95, P99)
- Throughput (MB/s)
- Error rates
Use Cases:
- Monitor upload performance
- Identify performance degradations
- Optimize upload strategies
- Debug upload issues
Example:
curl -X GET "https://api.mixpeek.com/v1/analytics/buckets/bkt_abc123/upload-performance?hours=24" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "X-Namespace: your-namespace"
GET
Get Upload Performance
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 <= 720Time grouping: hour, day

