curl --request GET \
--url https://api.example.com/backups/status/{task_id} \
--header 'X-API-Key: <api-key>'{
"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
}Получение статуса задачи создания резервной копии.
curl --request GET \
--url https://api.example.com/backups/status/{task_id} \
--header 'X-API-Key: <api-key>'{
"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
}