Skip to main content
GET
Fetch Logs

Description

Returns the log output for a browser session. Useful for debugging failed instructions or tracing browser activity.

Authentication

Open-source deployments do not require authentication by default. If your server config enables X-API-Key, include that header with the request.

Path Parameters

id
string
required
The browser ID to fetch logs for.

Response

logs
array
Array of log entries for the session.

Example