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