Get console logs for a particular session
curl --request GET \ --url https://api.flyingraccoon.tech/sessions/{session_id}/logs \ --header 'raccoon-secret-key: <api-key>'
{ "session_id": "session_12345", "session_logs": {} }
A unique identifier for the session.
"session_12345"
A dictionary containing the browser console logs for the session.
{}
Was this page helpful?