Skip to main content

Get current organization usage

GET 

/v2/organizations/:organizationId/usage

Get current organization usage

Request

Path Parameters

    organizationId int64required

Responses

OK

Schema
    organizationId int64required
    creditBalance int64required

    Current balance of standard credits. Standard credits are refilled every month

    includedMtCredits int64required

    How many credits are included in your current plan

    creditBalanceRefilledAt int64required

    Date when credits were refilled. (In epoch format)

    creditBalanceNextRefillAt int64required

    Date when credits will be refilled. (In epoch format)

    currentPayAsYouGoMtCredits int64required

    Currently used credits over credits included in plan and extra credits

    availablePayAsYouGoMtCredits int64required

    The maximum amount organization can spend on MT credit usage before they reach the spending limit

    extraCreditBalance int64required

    Extra credits, which are neither refilled nor reset every month. These credits are used when there are no standard credits

    translationSlotsLimit int64required

    How many translations can be stored within your organization

    includedTranslationSlots int64required

    How many translation slots are included in current subscription plan. How many translation slots can organization use without additional costs

    includedTranslations int64required

    How many translations are included in current subscription plan. How many translations can organization use without additional costs

    currentTranslationSlots int64required

    How many translations slots are currently used by organization

    currentTranslations int64required

    How many non-empty translations are currently stored by organization

    translationsLimit int64required

    How many translations can be stored until reaching the limit. (For pay us you go, the top limit is the spending limit)

Loading...