Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:8000/v1/mind/performance \ --header 'Authorization: Bearer <token>'
{ "data": { "card": { "mastery_pct": 123, "band": "<string>", "programme": "<string>", "student_name": "<string>", "trend": "<string>" }, "gaps": [ { "competency": "<string>", "band": "<string>", "course": "<string>", "mastery_pct": 123, "status": "<string>" } ], "highlights": [ { "competency": "<string>", "band": "<string>", "course": "<string>", "mastery_pct": 123, "status": "<string>" } ], "summary": "<string>", "score_date": "2023-12-25" }, "message": "<string>", "success": true }
Enter your JWT access token
Successful Response
Show child attributes