> For the complete documentation index, see [llms.txt](https://docs.mmoweb.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mmoweb.biz/obnovleniya/avtoobnovleniya/otslezhivanie-progressa.md).

# Отслеживание прогресса

#### Индикатор выполнения

Во время обновления вы можете видеть процент выполнения:

(need screenshot here)

#### Через API

{% hint style="info" %}
Требуется авторизация с помощью HMAC-256 ключа
{% endhint %}

```http
GET https://your-site.com/api/get_updater_process_progress?process_key={код}
```

**Ответ**:

```json
{
    "result_code": "PROGRESS_RETRIEVED",
    "metadata": {
        "progress": 67.5
    }
}
```
