Skip to content

Session History

Returns a paginated list of completed session participations for a user, including detailed presence timeline data.

Base URL: https://api-dev.deepworkzone.aiAuth: Authorization: Bearer YOUR_MULTIPLAI_ACCESS_TOKEN


Get Session History

http
GET /api/v1/public/history/:multiplai_id
ParameterTypeDescription
multiplai_idnumberThe GoTeam / Multiplai user ID

presence_data Field

The presence_data array represents a time-sliced presence timeline for the session.

The entire session duration is divided into 100 equal slices — each item represents 1% of the total session time, making the data duration-agnostic:

Session Duration1 Array Item Represents
30 minutes18 seconds
60 minutes36 seconds
120 minutes72 seconds

Built with VitePress