GET
/
v1
/
trace-learn
/
compliance
/
children
/
{studentId}
/
export
TypeScript client
import { TxAgentKitClient } from '@tx-agent-kit/sdk'

const client = new TxAgentKitClient({
  token: process.env.TX_AGENT_KIT_TOKEN
})

const response = await client.traceLearn.exportTraceLearnChildData({
  studentId: process.env.TX_AGENT_KIT_STUDENT_ID ?? "studentId",
})
{
  "studentProfileId": "<string>"
}

Path Parameters

studentId
string
required

Response

Success

studentProfileId
string
required

a string at most 128 character(s) long

Required string length: 1 - 128
{key}
any