Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Quota Manager
  • Getting started
  • Concepts
  • Request examples
  • Quota reference
    • All guides
    • Viewing the list of services and quotas
    • Viewing quota value
    • Changing quotas
  • Access management
  • Pricing policy
    • API authentication
      • Overview
        • Overview
        • Get
        • List
        • ListServices
  • Release notes

In this article:

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

Quota Manager API, REST: QuotaLimit.List

Written by
Yandex Cloud
Updated at October 3, 2025
  • HTTP request
  • Query parameters
  • Resource
  • Response
  • Resource
  • QuotaLimit

Retrieves the list of quota limits for a given service.

HTTP requestHTTP request

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

Query parametersQuery parameters

Field

Description

resource

Resource

Required field. The resource for which quota limits are being listed.

service

string

Required field. The service for which quota limits are being requested.

pageSize

string (int64)

The maximum number of quota limits to return per response.

pageToken

string

Token to retrieve the next page of results. Omitted on the first request.

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

{
  "resource": {
    "id": "string",
    "type": "string"
  },
  "quotaLimits": [
    {
      "quotaId": "string",
      "limit": "number",
      "usage": "number"
    }
  ],
  "nextPageToken": "string"
}

Field

Description

resource

Resource

The associated resource for these quota limits.

quotaLimits[]

QuotaLimit

List of quota limits for the specified resource and service.

nextPageToken

string

Token to retrieve the next page of results.

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.

QuotaLimitQuotaLimit

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
Get
Next
ListServices
© 2025 Direct Cursus Technology L.L.C.