Skip to main content
GET
/
backups
/
status
/
{task_id}
Статус создания резервной копии
curl --request GET \
  --url http://localhost:8080/backups/status/{task_id}
{
  "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
}

Path Parameters

task_id
string
required

Response

Successful Response

task_id
string
required
status
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
message
string | null
file_path
string | null

Полный путь до созданного бекапа, если задача завершена

created_by
integer | null