latestOpenAPI 3.1.02026-08-10150311431.9 KB

c1f3c6d96b31

Subscriptions

List the quotas for a given subscription

get/subscriptions/{subscription_id}/quotas

Path parameters

subscription_idstring uuid required

Response

Successful Response

idstring uuid

The unique ID for this Quota

type'storage' | 'compute_hours' | 'parallel_workflow_containers' | 'runs_per_study' | 'private_repositories' | 'private_projects' | 'teams' | 'members' | 'cpu_limit' | 'memory_limit' | 'rhino_plugin_license' | 'revit_plugin_license' | 'application_cpu' | 'application_memory' required

The type of comsumption-limited resource to which the quota refers.

period_startstring date-time

The start of the quota usage tracking period

limitnumber

The maximum amount of a resource the account can consume

usagenumber

The current amount of a resource allocated to the account linked to the subscription

resetsboolean

Whether consumption is reset to 0 every billing period

enforcedboolean

Whether the limit triggers a blocking response from the server

exceededboolean

Whether the resource usage is greater than or equal to the limit

display_namestring

The human-readable name

descriptionstring

The description

unitstring

The unit in which the usage and limit are measured

Example response

[
  {
    "owner": {
      "id": "0ad77f99-8043-46e4-8220-7221487c3ee5",
      "account_type": "user",
      "name": "ladybugbot",
      "display_name": "Ladybug Bot",
      "description": "Beep Boop!"
    }
  }
]