@nova-sdk/api
Analytics
Get Scoring Volume
Time-series of scoring job submissions, completions, and failures
GET
@nova-sdk/api
Returns a time-series of scoring volume broken down by total, completed, and failed jobs. Granularity adjusts automatically based on the time range. 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 |
Granularity
| Time range | Granularity |
|---|---|
1h | 1 minute |
24h | 1 hour |
7d | 1 day |
30d | 1 day |
90d | 1 day |
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 |
granularity | string | Bucket size for each data point (minute, hour, or day) |
data[].timestamp | string | ISO 8601 timestamp for this bucket |
data[].total | integer | Completed + failed jobs in this bucket |
data[].completed | integer | Jobs that completed successfully |
data[].failed | integer | Jobs that failed |
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