curl --request GET \
--url http://localhost:8080/backups/tasks{
"items": [
{
"task_id": "<string>",
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"message": "<string>",
"file_path": "<string>",
"created_by": 123
}
],
"total": 123
}curl --request GET \
--url http://localhost:8080/backups/tasks{
"items": [
{
"task_id": "<string>",
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"message": "<string>",
"file_path": "<string>",
"created_by": 123
}
],
"total": 123
}