Skip to main content
GET
/
v1
/
usage
Get usage summary
curl --request GET \
  --url https://dcs.dedaluslabs.ai/v1/usage \
  --header 'x-api-key: <api-key>'
{ "billed_awake_seconds": 123, "billed_cpu_millicore_seconds": 123, "billed_logical_storage_mib_seconds": 123, "billed_memory_mib_seconds": 123, "included_storage_gib": 123, "plan_slug": "<string>", "provisioned_storage_gib": 123 }

Documentation Index

Fetch the complete documentation index at: https://docs.dedaluslabs.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Dedalus API key. Alternative to Bearer token.

Query Parameters

period_start
string

Billing period start (YYYY-MM-DD). Defaults to first of current month.

Response

OK

billed_awake_seconds
integer<int64>
required

Closed awake seconds in billed org buckets for the period.

billed_cpu_millicore_seconds
integer<int64>
required

Closed requested vCPU millicores multiplied by guest-owned active CPU seconds for the period.

billed_logical_storage_mib_seconds
integer<int64>
required

Closed billable logical MiB-seconds for the period, matching the Stripe storage meter.

billed_memory_mib_seconds
integer<int64>
required

Closed requested memory MiB multiplied by running allocation seconds for the period.

included_storage_gib
integer<int64>
required

Plan-included storage in GiB, used as a local guardrail only.

plan_slug
string
required

Billing plan in effect for the organization.

provisioned_storage_gib
integer<int64>
required

Current provisioned storage summed across machines in GiB.

Last modified on May 29, 2026