Endpoints
List sessions
Return all active persistent sessions with their status and last-accessed timestamp.
GET
Returns an array of every persistent session currently tracked by the server.Documentation Index
Fetch the complete documentation index at: https://isol8.notdhruv.com/llms.txt
Use this file to discover all available pages before exploring further.
Array of session objects.
Sessions that were destroyed via
DELETE /session/:id no longer appear in this list.