bw_get_remodeling_request
Retrieve the complete status of a remodeling request, including each processing step. Review the application log to diagnose why a run failed or poll the status until it finishes.
Instructions
Full status of one remodeling request: header, the five processing steps (CHECK, SAVE, CONVERT, ACTIVATE, CLEANUP) with their individual status, and the application log messages. Read-only. This is the tool to diagnose a failed remodeling — the log carries the reason. A "running" status is never reported on the monitor service alone: it is buffered and keeps reporting Running after a run has finished, so the status is cross-checked against the runtime tables and the batch job. A corrected status names its source; if the run is demonstrably over but the header still lags, the output warns about it. Poll this tool to wait for a run to finish.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format. "text" (default): readable summary. "raw": full parsed JSON. | |
| include_log | No | Include the application log messages (default true). | |
| info_provider | Yes | InfoProvider technical name the rule belongs to. Case-insensitive. | |
| request_number | No | Optional request GUID from bw_list_remodeling_requests output. When omitted, the most recent request of the given InfoProvider and rule is resolved automatically. | |
| remodeling_rule | Yes | Remodeling rule ID, from bw_list_remodeling_requests output. |