[docs]defdownload_system_logs(self):"""Download system logs `Read in Mattermost API docs (logs - DownloadSystemLogs) <https://developers.mattermost.com/api-documentation/#/operations/DownloadSystemLogs>`_ """returnself.client.get("""/api/v4/logs/download""")