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 Managed Service for YDB
  • Getting started
  • Access management
    • Overview
    • API authentication
      • Overview
        • Overview
        • Get
        • ListPaths
        • List
        • ListAccessBindings
        • SetAccessBindings
        • UpdateAccessBindings
        • Delete
  • Monitoring metrics
  • Audit Trails events
  • FAQ
  • Public materials

In this article:

  • gRPC request
  • ListPathsRequest
  • ListPathsResponse
  1. Yandex Cloud API reference for Managed Service for YDB
  2. gRPC
  3. Backup
  4. ListPaths

Managed Service for YDB API, gRPC: BackupService.ListPaths

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • ListPathsRequest
  • ListPathsResponse

gRPC requestgRPC request

rpc ListPaths (ListPathsRequest) returns (ListPathsResponse)

ListPathsRequestListPathsRequest

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

Field

Description

backup_id

string

Required field. Required. ID of the YDB backup.

page_size

int64

The maximum number of results per page that should be returned. If the number of available
results is larger than page_size, the service returns a next_page_token that can be used
to get the next page of results in subsequent ListPaths requests.
Acceptable values are 0 to 1000, inclusive. Default value: 100.

page_token

string

Page token. Set page_token to the next_page_token returned by a previous ListPaths
request to get the next page of results.

ListPathsResponseListPathsResponse

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

Field

Description

paths[]

string

next_page_token

string

Was the article helpful?

Previous
Get
Next
List
Yandex project
© 2025 Yandex.Cloud LLC