# Docs for v2 can be found by changing the above selector ^
# together v1 does not support this method{
"errors": [
"<string>"
],
"data": {
"sessions": [
{
"execute_count": 123,
"expires_at": "2023-11-07T05:31:56Z",
"id": "ses_abcDEF123",
"last_execute_at": "2023-11-07T05:31:56Z",
"started_at": "2023-11-07T05:31:56Z"
}
]
}
}Lists all your currently active sessions.
# Docs for v2 can be found by changing the above selector ^
# together v1 does not support this method{
"errors": [
"<string>"
],
"data": {
"sessions": [
{
"execute_count": 123,
"expires_at": "2023-11-07T05:31:56Z",
"id": "ses_abcDEF123",
"last_execute_at": "2023-11-07T05:31:56Z",
"started_at": "2023-11-07T05:31:56Z"
}
]
}
}Was this page helpful?