Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex AI Studio
  • Getting started with Model Gallery
    • About Yandex AI Studio
    • Yandex Workflows
    • Quotas and limits
    • Terms and definitions
  • Switching from the AI Assistant API to Responses API
  • Compatibility with OpenAI
  • Access management
  • Pricing policy
  • Audit Trails events
  • Public materials
  • Release notes

In this article:

  • HTTP request
  • Path parameters
  • Response

Search Index, REST: SearchIndexFile.Get

Written by
Yandex Cloud
Updated at August 8, 2025
  • 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?

© 2025 Direct Cursus Technology L.L.C.