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" : "72", "name" : "user-defined task", "created" : 1531302661.541957, "type" : "periodic", "period" : 1, "offset" : 0.000001, "command" : "(function (params) { (function () {\n require('@arangodb/foxx/queues/manager').manage();\n })(params) } )(params);", "database" : "_system" } ]