Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
Every endpoint, with a playground
curl --request GET \ --url 'https://api.sandbox.stateset.app/api/v1/usage/history' \ --header "Authorization: Bearer $STATESET_SANDBOX_API_KEY"
{ "granularity": "hourly", "start_date": "2026-08-31T14:22:05Z", "end_date": "2026-08-31T14:22:05Z", "data": [ { "period_start": "2026-08-31T14:22:05Z", "period_end": "2026-08-31T14:22:05Z", "cpu_hours": 1.5, "memory_gb_hours": 1.5, "network_gb": 1.5, "sandbox_creations": 1, "sandbox_count": 1 } ] }
Usage history data
object
Show data
200