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
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
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
  • 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 February 21, 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
Release notes
Yandex project
© 2025 Yandex.Cloud LLC