Get run console and network logs
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
id
Test run ID
Response
Console and network telemetry
version
Telemetry payload schema version
console
Browser console entries in capture order
network
Network requests in capture order (document, fetch, and XHR prioritized)
counts
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
