Skip to main content
GET
@nova-sdk/api
Returns percentile breakdowns of end-to-end scoring duration over time. Useful for tracking performance trends and identifying latency spikes. This endpoint requires only a valid API key. X-Tenant-Id isn’t required.

Query parameters

Example response

Response fields

P50 reflects the typical scoring experience. P95 and P99 surface tail latency that affects a small fraction of requests but can indicate bottlenecks.
Responses are cached for 60 seconds (Cache-Control: private, max-age=60). This endpoint is rate-limited under the analytics bucket (20 req/s).

Authorizations

Authorization
string
header
required

Use Authorization: Bearer sk_test_* or Authorization: Bearer sk_live_*.

Query Parameters

timeRange
enum<string>
required

Time range for the analytics query Time range for analytics queries.

Available options:
1h,
24h,
7d,
30d,
90d

Response

Scoring latency percentiles

period
object
required
granularity
enum<string>
required

Time bucket granularity

Available options:
minute,
hour,
day
data
object[]
required