Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • 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
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Quota Manager
  • Getting started
  • Concepts
  • Request examples
    • 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
  • Response
  • Service
  1. API reference
  2. REST
  3. QuotaLimit
  4. ListServices

Quota Manager API, REST: QuotaLimit.ListServices

Written by
Yandex Cloud
Updated at August 8, 2025
  • HTTP request
  • Query parameters
  • Response
  • Service

Retrieves the list of services available for quota management.

HTTP requestHTTP request

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

Query parametersQuery parameters

Field

Description

resourceType

string

Required field. The type of resources for which services are being requested.

pageSize

string (int64)

The maximum number of services to return per response.

pageToken

string

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

ResponseResponse

HTTP Code: 200 - OK

{
  "services": [
    {
      "id": "string",
      "name": "string"
    }
  ],
  "nextPageToken": "string"
}

Field

Description

services[]

Service

List of services available for quota management.

nextPageToken

string

Token to retrieve the next page of results.

ServiceService

Field

Description

id

string

The unique id of the service.

name

string

The name of the service.

Was the article helpful?

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