Skip to main content
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