Get run console and network logs

View as Markdown

Retrieve browser console logs and network requests captured during a web run. Use this to debug failures: console errors, failed requests, and 4xx/5xx responses with redacted header and JSON body previews. Telemetry is captured for web runs only and becomes available after the run finishes; mobile runs return 404.

Authentication

AuthorizationBearer
API key authentication using Bearer token format

Path parameters

idstringRequiredformat: "uuid"
Test run ID

Response

Console and network telemetry
versionenum
Telemetry payload schema version
consolelist of objects
Browser console entries in capture order
networklist of objects

Network requests in capture order (document, fetch, and XHR prioritized)

countsobject

Capture counts including entries dropped by ring-buffer limits

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error