curl --location --request GET '/admin/system/celery_log/export/'
{
"count": 0,
"next": "http://example.com",
"previous": "http://example.com",
"results": [
{
"name": "string",
"kwargs": "string",
"seconds": "string",
"status": true,
"result": "string",
"creator_name": "string"
}
]
}