Read Trace Artifact
monitor_read_artifactRead a specific captured artifact such as DOM, screenshot, or network data from a browser trace to diagnose AI agent behavior.
Instructions
Use when summary and targeted search have identified one exact body, DOM, screenshot, eval, storage-state, or snapshot artifact needed to finish the diagnosis. Preconditions: acknowledgeRawCapture: true and a trace-contained path or reference are required; keep maxBytes bounded. Next: extract only the necessary finding and do not dump the artifact into source control or broad logs. Sensitivity: artifacts are raw and can contain reusable credentials, personal data, secrets, screenshots, or full application content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| path | No | ||
| asText | No | ||
| maxBytes | No | ||
| parseJson | No | ||
| sessionId | No | ||
| acknowledgeRawCapture | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| result | No |