bw_get_request
Analyze a load request's full status in one call: header, DTP details, process chain, and message log. Read-only; takes request TSN from bw_list_requests.
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"). Take it from the "Storage" line of the bw_list_requests output — the code differs by target type (e.g. AQ inbound, AT/AX active data aDSO, ATTE active text table InfoObject). A wrong code 404s the header/DTP/process sections, but the message log is still returned. | |
| request_tsn | Yes | Internal request TSN from bw_list_requests output. |