Verify Network Payload
verify_network_payloadVerify network response payloads by asserting JSON fields via dot/bracket paths—check equality, containment, existence, type, and minimum length.
Instructions
Assert JSON response fields via dot/bracket paths: equals, contains, exists, type, minLength. More flexible than verify_sdui_payload, which only supports exact field matching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Exact or partial URL; use this OR matcher | |
| matcher | No | Matcher to locate the event; use this OR url | |
| sessionId | Yes | Active or completed session ID | |
| filterDomains | No | Optional Proxyman domain filter | |
| responseAssertions | Yes | Path-based assertions to evaluate on the response body |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | No | ||
| passed | Yes | ||
| verdict | Yes | ||
| mismatches | Yes |