For Developers
Sessions
List Sessions
sessions.list(options);
Retrieve a list of Sessions.
Function Arguments
This query allows for standard paging options.
Fetch Session
sessions.fetch(session_id, options);
Retrieve an individual Session.
Function Arguments
Parameter | Type | Description |
---|---|---|
session_id | string | The UUID of the session. |