shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/tasks
HTTP/1.1 OK
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
[
{
"id" : "69070",
"name" : "user-defined task",
"created" : 1570112296.7870114,
"type" : "periodic",
"period" : 1,
"offset" : 0.000001,
"command" : "(function (params) { (function () {\n require('@arangodb/foxx/queues/manager').manage();\n })(params) } )(params);",
"database" : "_system"
}
]