AviatoAviato
DeveloperAPI ReferenceAdminLogsBundle

Download all log files as a tar.gz bundle

GET
/api/admin/logs/bundle

Streams every file under the configured data.logs directory (including rotated server logs and per-plugin logs) as a single gzipped tar archive. Useful for collecting diagnostics for a bug report. Admin only.

Response Body

application/json

curl -X GET "https://example.com/api/admin/logs/bundle"
Empty
{
  "error": "string"
}