Sessions
Retrieve Session
Retrieve a JSON object of the session from path sessionId. Will also return a list of all tasks, tools, agents, models and datasources as a front end helper
GET
/
{resourceSlug}
/
session
/
{sessionId}
.json
Path Parameters
resourceSlug
string
requiredThe resourceSlug is a url parameter of the teamId associated with the user. Anywhere the resourceSlug is used can be interpreted as a teamId
sessionId
string
requiredThe sessionId of the session to retrieve
Response
200 - session.json
csrf
string
cross site token
session
object
Session Object returned for the given sessionId