Fetch Command for Python SDK# Used to retrieve documents by their IDs. Arguments# FetchPayloadobjectrequired#Show propertiesHide propertiesidsstring[]#The IDs of the documents you want to fetch.prefixstring#An ID prefix to match document IDs. Response# DocumentsList[Document]required#This field is null if no document with the specified ID is found.Show propertiesHide propertiesidstring | numberrequired#The ID of the resulting document.contentRecord<string, unknown>#The main content of the document.metadataRecord<string, unknown>#Additional metadata for the document.