Get

GET
Retrieve the Session with the given ID.

Path parameters

idstringRequired
Unique identifier for Session.

Response

This endpoint returns an object.
idstring
Unique identifier for the Session.
created_atdatetime
updated_atdatetime
logs_countinteger
Number of logs associated to this session.
eventslist of objects
List of events associated with this Session.
first_inputsmap from strings to anyOptional
Inputs for the first datapoint in the session.
last_outputstringOptional
Output for the last datapoint in the session.

Errors