curl --request GET \
--url https://api.pandaprobe.com/evaluations/analytics/trace-scores/distribution \
--header 'Authorization: Bearer <token>'[
{
"bucket": 123,
"bucket_min": 123,
"bucket_max": 123,
"count": 123
}
]Histogram of trace score values for a metric.
Auth: Bearer + X-Project-ID | X-API-Key + X-Project-Name
curl --request GET \
--url https://api.pandaprobe.com/evaluations/analytics/trace-scores/distribution \
--header 'Authorization: Bearer <token>'[
{
"bucket": 123,
"bucket_min": 123,
"bucket_max": 123,
"count": 123
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Metric name to get distribution for
ISO 8601 datetime.
ISO 8601 datetime.
Number of histogram buckets (1-100)
1 <= x <= 100