File RetrieveAsk AIget https://{serverUrl}/app/api/v1/fileResources/{fileResourceSlug}/files/{fileResourcePath}Returns a stream of content for the specified file.Path ParamsfileResourceSlugstringrequiredThe slug of the file resource.fileResourcePathstringrequiredThe path to the desired file. The format of this path will be dicated by the conventions of the Adapter used to configure the Filestore associated to the File Resource.Response 200The content of the required file.Updated 5 months ago