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

ParameterTypeDescription
session_idstringThe UUID of the session.