Get session information
Session Management
Get Session
Retrieve session details, status, and remaining time
GET
Get session information
This endpoint returns comprehensive session information including timeout configuration, renewal count, and real-time expiration status.
Path Parameters
string
required
The unique identifier of the session
Response
string
Unique session identifier
string
UUID of the agent
string
UUID of the user
string
ISO timestamp of session creation
string
ISO timestamp of last activity in the session
string
ISO timestamp when the session will expire
object
Current timeout configuration for the session
number
Number of times the session has been renewed
number
Milliseconds until session expiration
boolean
Whether the session is within the warning threshold
object
Any metadata attached to the session
Error Responses
Path Parameters
ID of the session
Response
Session information retrieved successfully
When the session will expire
Current timeout configuration
Number of times the session has been renewed
Milliseconds until session expiration
Whether the session is within the warning threshold

