Get Generation Performance
Get generation duration and output throughput percentiles over time.
Query Parameters
filter*string
Message filter expression with created_at lower and upper bounds.
bucket?string
Time bucket granularity for aggregation
Default
"hour"Value in
"minute" | "10_minutes" | "hour" | "day"Header Parameters
x-workspace-id?|
Workspace UUID for session-authenticated calls.
Response Body
application/json
application/json
curl -X GET "https://loading/v1/analytics/generation-performance?filter=string"[
{
"timestamp": "2019-08-24T14:15:22Z",
"duration_p50_ms": 0,
"duration_p95_ms": 0,
"tokens_per_second_p50": 0,
"tokens_per_second_p95": 0
}
]{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}