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 Identity and Access Management
  • Secure use of Yandex Cloud
  • Access management
  • Pricing policy
  • Role reference
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • List
        • Get
        • Create
        • Update
        • Delete
        • ListOperations
        • ListScopes
  • Monitoring metrics
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • ListApiKeyScopesRequest
  • ListApiKeyScopesResponse
  1. API reference
  2. gRPC
  3. ApiKey
  4. ListScopes

Identity and Access Management API, gRPC: ApiKeyService.ListScopes

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • ListApiKeyScopesRequest
  • ListApiKeyScopesResponse

Retrieves the list of scopes.

gRPC requestgRPC request

rpc ListScopes (ListApiKeyScopesRequest) returns (ListApiKeyScopesResponse)

ListApiKeyScopesRequestListApiKeyScopesRequest

{
  "page_size": "int64",
  "page_token": "string"
}

Field

Description

page_size

int64

The maximum number of results per page to return. If the number of available
results is larger than page_size,
the service returns a ListApiKeyScopesResponse.next_page_token
that can be used to get the next page of results in subsequent list requests.
Default value: 100.

page_token

string

Page token. To get the next page of results, set page_token to the
ListApiKeyScopesResponse.next_page_token returned by a previous list request.

ListApiKeyScopesResponseListApiKeyScopesResponse

{
  "scopes": [
    "string"
  ],
  "next_page_token": "string"
}

Field

Description

scopes[]

string

List of scopes

next_page_token

string

This token allows you to get the next page of results for list requests. If the number of results
is larger than ListApiKeyScopesRequest.page_size, use the next_page_token as the value
for the ListApiKeyScopesRequest.page_token query parameter in the next list request.
Each subsequent list request will have its own next_page_token to continue paging through the results.

Was the article helpful?

Previous
ListOperations
Next
Overview
Yandex project
© 2025 Yandex.Cloud LLC