Returns daily aggregated spending and usage data for the authenticated user. Useful for building usage dashboards and tracking trends.Documentation Index
Fetch the complete documentation index at: https://docs.splox.io/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
days | integer | 30 | Number of days to look back |
Response
| Field | Type | Description |
|---|---|---|
data | array | Array of daily activity objects, sorted by date ascending |
data[].date | string | Date in YYYY-MM-DD format |
data[].total_cost | number | Total cost in USD for the day |
data[].request_count | integer | Number of workflow requests |
data[].node_count | integer | Number of node executions |
days | integer | Number of days in the response |
Notes
Authentication required. Returns daily data for the authenticated user only.

