company-logo
Advice and answers from the Creabl Team
API documentation
Sessions API
Sessions API

Get sessions

Getting the last five hundred sessions

Response example:
JSON
{ "sessions": [ { "id": "1662376692636339700", "userId": "1652783610605246700", "status": 1, "startsAt": 1662376692636, "duration": 65008, "numOfActions": 14, "numOfPages": 2 }, { "id": "1662376197992339700", "userId": "1652783610605246700", "status": 1, "startsAt": 1662376197992, "duration": 10321, "numOfActions": 3, "numOfPages": 1 } ] }

Get session

Getting a specific session by session id

Response example:
JSON
{ "id": "1656505766823288800", "userId": "1656505766774289000", "status": 1, "startsAt": 1656505766823, "duration": 4748, "numOfActions": 6, "numOfPages": 1 }
Thanks! We appreciate your feedback 🤘