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