Search Request and Response Bodies
monitor_search_bodiesSearch captured request and response bodies using a precise text query to locate relevant data in raw DOM mutations and network events from AI agent browser interactions. Requires body capture enabled.
Instructions
Use when authentication, API, GraphQL, request, or response content is directly relevant and body capture was enabled for the trace. Preconditions: acknowledgeRawCapture: true and a precise text query are required on an authorized session. Next: use monitor_read_artifact only for the specific matching body reference that answers the question. Sensitivity: request and response bodies can contain credentials, personal data, application secrets, and large raw payloads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| limit | No | ||
| method | No | ||
| status | No | ||
| sinceSeq | No | ||
| sessionId | No | ||
| urlContains | No | ||
| acknowledgeRawCapture | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| result | No |