Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
string<ulid>
required

The ID of the organization.

subscription_id
string
required

The ID of the subscription.

Query Parameters

usage_groups
string

A list of usage groups to retrieve current usage for.

include_not_charged
boolean

Whether to include not charged usage groups.

Response

OK

A subscription's usage group current usage object.

cpu_app
object

Current usage info for a usage group.

storage_app_services
object

Current usage info for a usage group.

memory_app
object

Current usage info for a usage group.

cpu_services
object

Current usage info for a usage group.

memory_services
object

Current usage info for a usage group.

backup_storage
object

Current usage info for a usage group.

build_cpu
object

Current usage info for a usage group.

build_memory
object

Current usage info for a usage group.

egress_bandwidth
object

Current usage info for a usage group.

ingress_requests
object

Current usage info for a usage group.

logs_fwd_content_size
object

Current usage info for a usage group.

fastly_bandwidth
object

Current usage info for a usage group.

fastly_requests
object

Current usage info for a usage group.

Last modified on August 7, 2026