curl --request GET \
--url https://api.pandaprobe.com/evaluations/analytics/trace-scores/trend \
--header 'Authorization: Bearer <token>'[
{
"bucket": "<string>",
"metric_name": "<string>",
"avg_score": 123,
"count": 123
}
]Time series of average trace scores by metric.
Auth: Bearer + X-Project-ID | X-API-Key + X-Project-Name
curl --request GET \
--url https://api.pandaprobe.com/evaluations/analytics/trace-scores/trend \
--header 'Authorization: Bearer <token>'[
{
"bucket": "<string>",
"metric_name": "<string>",
"avg_score": 123,
"count": 123
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Metric name to get trend for
ISO 8601 datetime.
ISO 8601 datetime.
Time bucket: hour, day, week
hour, day, week