v5.0 Beta
Search...
/
Sign in
Book a demo
Docs
API Reference
Changelog
Docs
API Reference
Changelog
Introduction
SDKs
Errors
Humanloop API
Prompts
Tools
Datasets
Files
Evaluations
Evaluators
Logs
Sessions
GET
Get
DEL
Delete
GET
List
Sign in
Book a demo
Humanloop API
Sessions
Get
GET
https://
api.humanloop.com
/
v5
/
sessions
/
:id
Retrieve the Session with the given ID.
Path parameters
id
string
Required
Unique identifier for Session.
Response
This endpoint returns an object.
id
string
Unique identifier for the Session.
created_at
datetime
updated_at
datetime
logs_count
integer
Number of logs associated to this session.
events
list of objects
List of events associated with this Session.
Show 2 properties
first_inputs
map from strings to any
Optional
Inputs for the first datapoint in the session.
last_output
string
Optional
Output for the last datapoint in the session.
Errors
422
Unprocessable Entity
Built with