Skip to main content
GET
Get User Sessions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

session_id
string
required

Unique session identifier.

message_count
integer
required

Total number of messages in this session.

last_message_at
string | null

ISO 8601 timestamp of the most recent message.