v1

latestOpenAPI 3.0.02026-07-17112116167.8 KB
Sandboxes

Get sandbox usage stats

get/api/sandboxes/{id}/usage

Path parameters

idstring required

Sandbox id

Response

OK

sincestring nullable

Example response

{
  "since": "2026-01-01T00:00:00Z",
  "usage": [
    {
      "model": "claude-sonnet-4-6",
      "provider": "anthropic"
    }
  ]
}