bw_get_request
Retrieve the full status of a single load request in one call, combining request header, DTP timing, process step chain, and message log. Requires the request TSN from the requests list output.
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. |