Authorization: Bearer ********************
curl --location --request GET 'http://127.0.0.1:9897/api/tasks/e5a7876c-6fef-4a60-ab8e-a6ae91d6b578/meta' \
--header 'Authorization: Bearer <token>'
{
"success": true,
"backgroundTask": null,
"message": null,
"data": {
"id": "string",
"status": "NOT_STARTED",
"progressIndeterminate": true,
"progress": 0.52,
"title": "string",
"message": "string",
"cancellable": true,
"startedAt": 0,
"endedAt": 0
}
}