Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Quota Manager
  • Getting started
  • Concepts
    • All guides
    • Viewing the list of services and quotas
    • Viewing quota value
    • Changing quotas
  • Access management
  • Pricing policy
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • List
        • ListServices
  • Release notes

In this article:

  • HTTP request
  • Path parameters
  • Query parameters
  • Resource
  • Response
  1. API reference
  2. REST
  3. QuotaLimit
  4. Get

Quota Manager API, REST: QuotaLimit.Get

Written by
Yandex Cloud
Updated at December 12, 2024
  • HTTP request
  • Path parameters
  • Query parameters
  • Resource
  • Response

Returns the specified quota limit.

HTTP requestHTTP request

GET https://quota-manager.api.cloud.yandex.net/quota-manager/v1/quotaLimits/{quotaId}

Path parametersPath parameters

Field

Description

quotaId

string

Required field. The id of the quota to retrieve.

Query parametersQuery parameters

Field

Description

resource

Resource

Required field. The resource for which the quota limit is being requested.

ResourceResource

Field

Description

id

string

Required field. The id if the resource.

type

string

Required field. The type of the resource, e.g. resource-manager.cloud, billing.account.

ResponseResponse

HTTP Code: 200 - OK

{
  "quotaId": "string",
  "limit": "number",
  "usage": "number"
}

Field

Description

quotaId

string

The unique id of the quota.

limit

number (double)

The limit value set for this quota.

usage

number (double)

The current usage level of this quota.

Was the article helpful?

Previous
Overview
Next
List
© 2025 Direct Cursus Technology L.L.C.