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.
TypeScript
import { TxAgentKitClient } from '@tx-agent-kit/sdk' const client = new TxAgentKitClient({ token: process.env.TX_AGENT_KIT_TOKEN }) const response = await client.traceLearn.getTraceLearnTutorAnalytics()
{ "tutorId": "<string>", "generatedAt": "<string>", "cohortSize": 123, "thresholds": { "inactivityDays": 123, "overdueToleranceDays": 123, "recentSubmissionWindow": 123 }, "students": [ { "studentId": "<string>", "displayName": "<string>", "avatarId": "<string>", "yearGroup": "<string>", "daysSinceLastActivity": 123, "outstandingAssignmentCount": 123, "overdueAssignmentCount": 123, "recentAverageScorePercent": 50, "scoreTrendPointDelta": 123, "weakestTopic": { "topicId": "<string>", "topicName": "<string>", "masteryPercent": 50 }, "reasonDetail": "<string>" } ], "projectionFreshness": { "asOf": "<string>", "stale": true } }
Success
a string at most 128 character(s) long
1 - 128
a string at least 10 character(s) long
10
Show child attributes