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.listTraceLearnParentReports({ query: {}, })
{ "reports": [ { "draftId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "studentProfileId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "studentDisplayName": "<string>", "window": { "startsAt": "<string>", "endsAtExclusive": "<string>" }, "windowLabel": "<string>", "currentPayloadVersion": 123, "emailSubject": "<string>", "needsReview": true, "updatedAt": "<string>" } ], "needsReviewCount": 123 }
generating
needs_review
approved
sent
delivery_issue
failed
Success
Show child attributes