Get Documents of StreamAsk AIget https://{yourinstance}.makaira.io/stream/documents/{streamId}/{languageId}Retrieves documents associated to a given stream.Path ParamsstreamIdintegerrequiredlanguageIdstringrequiredBody ParamssortingstringDefine, which field is sorted by. Default is idorderstringThe order to apply to the sorting. Can be either "asc" or "desc". Default is desc.countintegerNumber of products to be returned in the response. Default is 50.offsetintegerThe offset to start returning products from. In combination with the "count" property this is used for paginating the search results. Default is 0.HeadersX-Makaira-InstancestringrequiredMakaira Instance IDResponses 200List of documents 404Stream Not FoundUpdated 7 months ago