Get

GET

Get a session by ID.

Path parameters

idstringRequired

String ID of session to return. Starts with sesh_.

Response

Successful Response

idstring

String ID of session. Starts with sesh_.

projectslist of objects

List of projects that have datapoints associated to this session.

datapoints_countinteger

Number of datapoints associated to this session.

created_atdatetime
updated_atdatetime
reference_idstringOptional

Unique user-provided string identifying the 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