Get quantiles summary

Returns latency / TTFT / TPS quantile distributions aggregated over the full time range.

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.
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