documents = index.fetch(ids=["movie-0", "movie-1"]) print(documents)
Used to retrieve documents by their IDs.
Hide child attributes
The IDs of the documents you want to fetch.
An ID prefix to match document IDs.
This field is null if no document with the specified ID is found.
null
The ID of the resulting document.
The main content of the document.
Additional metadata for the document.
Was this page helpful?