Skip to main content
GET
/
v1
/
sessions
/
{session_id}
/
logs
/
agent
Get Session Agent Logs
curl --request GET \
  --url https://api.anchorbrowser.io/v1/sessions/{session_id}/logs/agent \
  --header 'anchor-api-key: <api-key>'
{
  "agentLogs": [
    "<string>"
  ]
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

session_id
string
required

Response

Agent logs retrieved successfully.

agentLogs
string[]