Get per-question pass rate and timing data, optionally filtered by course.
cURL
curl --request GET \ --url https://api.example.com/api/v1/learn/analytics/me/question-insights \ --header 'Authorization: Bearer <token>'
{ "insights": [ { "courseId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "courseTitle": "<string>", "questionId": "<string>", "questionText": "<string>", "questionType": "<string>", "passRate": 123, "totalAttempts": 123, "avgTimeSeconds": 123 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Question insights response.
Show child attributes
Was this page helpful?