cURL
curl --request GET \ --url https://api.seamind.xyz/api/v1/users/me/analytics/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 } ] }
Get per-question pass rate and timing data, optionally filtered by course.
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