Session›
Session
Upload assertion logs to our lambda storage
You can upload assertion logs or other logs for a test session. The logs uploaded can then be viewed in the automation dashboard page under EXCEPTION sections. You can only upload a list of strings
POST
/sessions/{session_id}/exceptions
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
session_idstringrequired
Session ID
Body
application/jsonTo upload exception log for a given test session
exceptionarray
Response
application/jsonSuccessful operation
datastring
statusstring