curl --request GET \
--url https://api.example.com/backups/tasks \
--header 'X-API-Key: <api-key>'{
"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 https://api.example.com/backups/tasks \
--header 'X-API-Key: <api-key>'{
"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
}