bw_get_request
Analyze the complete status of a single load request, combining DTP timing, process steps, and message logs in one read-only call.
Instructions
Full status analysis of one load request in a single call, bundling the request header, DTP information (including start, finish and duration), the process step chain and the message log. Read-only. The request TSN comes from bw_list_requests output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format. "text" (default): readable summary. "raw": full parsed JSON of all four payloads. | |
| storage | No | Storage area code (default "AQ"). | |
| request_tsn | Yes | Internal request TSN from bw_list_requests output. |