curl --request GET \
  --url https://api.simplex.sh/retrieve_session_logs/{session_id} \
  --header 'X-API-Key: <api-key>'
{
  "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.

Authorizations

X-API-Key
string
header
required

Simplex API Key

Path Parameters

session_id
string
required

The ID of the session to retrieve the logs for

Response

200
application/json

Session logs

The response is of type object.