@nova-sdk/api
Analytics
Get Analytics Overview
KPI summary of scoring performance and webhook delivery
GET
@nova-sdk/api
Returns a high-level summary of your scoring activity and webhook delivery for the given time range. Useful for building dashboards or periodic health checks. This endpoint requires only a valid API key.Documentation Index
Fetch the complete documentation index at: https://nova.dweet.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
X-Tenant-Id isn’t required.
Query parameters
| Parameter | Required | Values | Description |
|---|---|---|---|
timeRange | Yes | 1h, 24h, 7d, 30d, 90d | Lookback window for the data |
Example response
Response fields
| Field | Type | Description |
|---|---|---|
period.start | string | ISO 8601 start of the period |
period.end | string | ISO 8601 end of the period |
scoring.totalRequests | integer | Total scoring jobs submitted |
scoring.successRate | number | Fraction of jobs that completed successfully (0 to 1) |
scoring.avgDurationMs | number | null | Average end-to-end scoring duration in milliseconds. null if no completed jobs |
scoring.scoresGenerated | integer | Total scores produced |
webhooks.deliveryRate | number | Fraction of webhooks delivered successfully (0 to 1) |
webhooks.totalDeliveries | integer | Total webhook delivery attempts |
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
Use Authorization: Bearer sk_test_* or Authorization: Bearer sk_live_*.
Query Parameters
Time range for the analytics query Time range for analytics queries.
Available options:
1h, 24h, 7d, 30d, 90d