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" : 1531398380.9653084, "type" : "periodic", "period" : 450, "offset" : 53.972787, "command" : "(function (params) { require('@arangodb/statistics').garbageCollector(); } )(params);", "database" : "_system" }, { "id" : "statistics-average-collector", "name" : "statistics-average-collector", "created" : 1531398380.965246, "type" : "periodic", "period" : 900, "offset" : 20, "command" : "(function (params) { require('@arangodb/statistics').historianAverage(); } )(params);", "database" : "_system" }, { "id" : "statistics-collector", "name" : "statistics-collector", "created" : 1531398380.9651668, "type" : "periodic", "period" : 10, "offset" : 1, "command" : "(function (params) { require('@arangodb/statistics').historian(); } )(params);", "database" : "_system" }, { "id" : "84", "name" : "user-defined task", "created" : 1531398370.7090871, "type" : "periodic", "period" : 1, "offset" : 0.000001, "command" : "(function (params) { (function () {\n require('@arangodb/foxx/queues/manager').manage();\n })(params) } )(params);", "database" : "_system" } ]