Quota Manager API, REST: QuotaLimit.ListServices
Written by
Updated at August 8, 2025
Retrieves the list of services available for quota management.
HTTP request
GET https://quota-manager.api.cloud.yandex.net/quota-manager/v1/quotaLimits/services
Query 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. |
Response
HTTP Code: 200 - OK
{
"services": [
{
"id": "string",
"name": "string"
}
],
"nextPageToken": "string"
}
|
Field |
Description |
|
services[] |
List of services available for quota management. |
|
nextPageToken |
string Token to retrieve the next page of results. |
Service
|
Field |
Description |
|
id |
string The unique id of the service. |
|
name |
string The name of the service. |