curl --request GET \ --url https://api.simplex.sh/retrieve_session_logs/{session_id} \ --header 'X-API-Key: <api-key>'
Copy
Ask AI
{ "logs": "<string>"}
API Reference
Retrieve Session Logs
Retrieves the logs for a completed session.
cURL
Copy
Ask AI
curl --request GET \ --url https://api.simplex.sh/retrieve_session_logs/{session_id} \ --header 'X-API-Key: <api-key>'
Copy
Ask AI
{ "logs": "<string>"}
This is a JSON file of the logs for the session. This is a custom format that we use to capture the actions and state of the session — talk to us if you need help parsing this.