Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.anchorbrowser.io/v1/sessions/{session_id}/logs/agent \ --header 'anchor-api-key: <api-key>'
{ "agentLogs": [ "<string>" ] }
Returns the agent log lines captured during a session.
API key passed in the header
Agent logs retrieved successfully.
Was this page helpful?