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
  • Query parameters
  • Response
  • SearchIndexFile
  1. API references
  2. AI Assistant API
  3. REST
  4. Search Index
  5. SearchIndexFile
  6. List

Search Index, REST: SearchIndexFile.List

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

List files that are indexed within a specific search index.

HTTP requestHTTP request

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

Path parametersPath parameters

Request message for listing files in a specific search index.

Field

Description

searchIndexId

string

Required field. ID of the search index whose files will be listed.

Query parametersQuery parameters

Request message for listing files in a specific search index.

Field

Description

pageSize

string (int64)

Maximum number of files to return per page.

pageToken

string

Token to retrieve the next page of results.

ResponseResponse

HTTP Code: 200 - OK

{
  "files": [
    {
      "id": "string",
      "searchIndexId": "string",
      "createdBy": "string",
      "createdAt": "string"
    }
  ],
  "nextPageToken": "string"
}

Response message for the list operation.

Field

Description

files[]

SearchIndexFile

List of files in the specified search index.

nextPageToken

string

Token to retrieve the next page of results.

SearchIndexFileSearchIndexFile

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
Get
Next
Overview
Yandex project
© 2025 Yandex.Cloud LLC