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:

  • HTTP request
  • Path parameters
  • Response
  1. API references
  2. AI Assistant API
  3. REST
  4. Search Index
  5. SearchIndexFile
  6. Get

Search Index, REST: SearchIndexFile.Get

Written by
Yandex Cloud
Updated at November 26, 2024
  • HTTP request
  • Path parameters
  • Response

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

HTTP requestHTTP request

GET https://rest-assistant.api.cloud.yandex.net/assistants/v1/searchIndexFile/{searchIndexId}/{fileId}

Path parametersPath parameters

Request message for retrieving a file from a search index.

Field

Description

fileId

string

Required field. ID of the file to retrieve.

searchIndexId

string

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

ResponseResponse

HTTP Code: 200 - OK

{
  "id": "string",
  "searchIndexId": "string",
  "createdBy": "string",
  "createdAt": "string"
}

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.

searchIndexId

string

ID of the search index that contains this file.

createdBy

string

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

createdAt

string (date-time)

Timestamp representing when the file was created.

String in RFC3339 text format. The range of possible values is from
0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z, i.e. from 0 to 9 digits for fractions of a second.

To work with values in this field, use the APIs described in the
Protocol Buffers reference.
In some languages, built-in datetime utilities do not support nanosecond precision (9 digits).

Was the article helpful?

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