Returns the most recent training session with all segment results. Returns null if no sessions exist.
cURL
curl --request GET \ --url https://dashboard.researchanddesire.com/api/v1/dtt/sessions/latest \ --header 'Authorization: Bearer <token>'
200
sessionExists
{ "ok": true, "data": { "id": 1, "bubble_id": "session-001", "name": "Morning Training", "passed": true, "created_at": "2026-02-18T08:00:00Z", "TrainerSegment": [ { "id": 1, "type": "repetition", "passed": true, "percentGrade": 85 } ] } }
API tokens can be created in the Dashboard settings. Requires an Ultra subscription.
Latest session or null
Show child attributes
Message when no sessions found
Was this page helpful?
Contact support