shell> curl --dump - http://localhost:8529/_api/tasks HTTP/1.1 200 OK content-type: application/json; charset=utf-8 x-content-type-options: nosniff [ { "id" : "statistics-gc", "name" : "statistics-gc", "created" : 1507121778.916135, "type" : "periodic", "period" : 450, "offset" : 364.418972, "command" : "(function (params) { require('@arangodb/statistics').garbageCollector(); } )(params);", "database" : "_system" }, { "id" : "86", "name" : "user-defined task", "created" : 1507121769.129485, "type" : "periodic", "period" : 1, "offset" : 0.000001, "command" : "(function (params) { (function () {\n require('@arangodb/foxx/queues/manager').manage();\n })(params) } )(params);", "database" : "_system" }, { "id" : "statistics-collector", "name" : "statistics-collector", "created" : 1507121778.915682, "type" : "periodic", "period" : 10, "offset" : 1, "command" : "(function (params) { require('@arangodb/statistics').historian(); } )(params);", "database" : "_system" }, { "id" : "statistics-average-collector", "name" : "statistics-average-collector", "created" : 1507121778.915912, "type" : "periodic", "period" : 900, "offset" : 20, "command" : "(function (params) { require('@arangodb/statistics').historianAverage(); } )(params);", "database" : "_system" } ]