Usage&Quota

Get usage and quota

This endpoint returns the current usage and quota information for an Organization. You can optionally filter the result by Product using the productId query parameter.

The response includes monthly aggregate values, detailed request statistics, and quota limits used to monitor consumption and over-limit conditions.

get/v1/organizations/{organizationId}/usage-and-quota

Path parameters

organizationIdstring uuid required

The identifier of the Organization.

Query parameters

productIdstring uuid

The identifier of the Product to filter statistics for.

Response

hasConnectedApplicationboolean required

Indicates whether the Organization has a connected application.

millionRequestLimitPerMonthinteger required

The monthly request quota limit in millions.

networkTrafficGigaByteLimitPerMonthinteger required

The monthly network traffic quota limit in gigabytes.