List latency / TTFT / TPS quantiles

Returns p50, p90, p95, and p99 distributions for latency, time-to-first-token, and tokens-per-second, bucketed by time_tick.

Headers

AuthorizationstringRequired

Bearer token. Use Bearer YOUR_API_KEY.

Request

This endpoint expects an object.
start_timedatetimeRequired
Inclusive start of the range, ISO 8601.
end_timedatetimeRequired
Inclusive end of the range, ISO 8601.
time_tickenumOptional

Bucket granularity for time-series endpoints. If omitted, inferred from the range. Has no effect on /summary/ endpoints.

Allowed values:
filtersobjectOptional

Filter criteria. See Filters API Reference for operator syntax.

Response

Successful response.
date_groupdatetime
Bucket start time, ISO 8601.
latency_p_50double
latency_p_90double
latency_p_95double
latency_p_99double
ttft_p_50double
ttft_p_90double
ttft_p_95double
ttft_p_99double
tps_p_50double
tps_p_90double
tps_p_95double
tps_p_99double