Skip to main content
GET
/
backups
/
tasks
Список фоновых задач бекапов
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
}

Query Parameters

active_only
boolean
default:false

Вернуть только активные задачи

Response

Successful Response

items
BackupTaskInfo · object[]
required
total
integer
required