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 Foundation Models
    • Overview
    • API authentication
        • Overview
          • Overview
            • Overview
            • BatchCreate
            • Get
            • List
  • Yandex Cloud ML SDK
  • Compatibility with OpenAI
  • Access management
  • Pricing policy
  • Public materials
  • Release notes

In this article:

  • gRPC request
  • GetSearchIndexFileRequest
  • SearchIndexFile
  1. API references
  2. AI Assistant API
  3. gRPC
  4. Search Index
  5. SearchIndexFile
  6. Get

Search Index, gRPC: SearchIndexFileService.Get

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • GetSearchIndexFileRequest
  • SearchIndexFile

Retrieves details of a specific file that has been indexed within a search index.

gRPC requestgRPC request

rpc Get (GetSearchIndexFileRequest) returns (SearchIndexFile)

GetSearchIndexFileRequestGetSearchIndexFileRequest

{
  "file_id": "string",
  "search_index_id": "string"
}

Request message for retrieving a file from a search index.

Field

Description

file_id

string

Required field. ID of the file to retrieve.

search_index_id

string

Required field. ID of the search index that contains the file.

SearchIndexFileSearchIndexFile

{
  "id": "string",
  "search_index_id": "string",
  "created_by": "string",
  "created_at": "google.protobuf.Timestamp"
}

Represents a file that has been indexed within a search index.

Field

Description

id

string

Unique identifier of the file that was used for indexing.

search_index_id

string

ID of the search index that contains this file.

created_by

string

Identifier of the subject who created the file in the search index.

created_at

google.protobuf.Timestamp

Timestamp representing when the file was created.

Was the article helpful?

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