flow_export
Export captured network calls and detected cross-call dependencies as a compact JSON summary or HAR document. Use to analyze API flows and identify variable chaining between requests and responses.
Instructions
Export the captured network calls since the last flow_mark (or the whole buffer) as a compact JSON summary (calls + detected cross-call dependencies) or a HAR document. Dependency detection (exact / url-encoded / base64 / JWT-claim / substring): a value that came verbatim from an earlier response is lifted to a variable; unmatched values (base64/encoded/JWT-internal, user-supplied literals) stay literal for you to review, and a request input echoed back in a response may be over-chained.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | default json | |
| sinceSeq | No | override the window start; default is the session's flow_mark, else 0 | |
| sessionId | No | ||
| includeAll | No | include non-XHR/Fetch resource types (default: XHR/Fetch only) |