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.getTraceLearnPrivacyRetention()
{ "generatedAt": "<string>", "learnerKeyRule": "<string>", "localSpillDefaults": { "personalDeviceTtlDays": 123, "sharedDeviceTtlDays": 123, "sharedDeviceMaxSessions": 123 }, "retentionPolicies": [ { "id": "<string>", "label": "<string>", "owningDomain": "<string>", "defaultRetentionDays": 123, "hardTtlDays": 123, "pseudonymous": true, "containsChildPii": true, "retentionTableName": "<string>", "liveInV1": true, "notes": "<string>" } ], "piiGuards": [ { "id": "<string>", "label": "<string>", "detail": "<string>" } ], "retentionCleanerIntegration": { "registeredTableNames": [ "<string>" ], "pendingTableNames": [ "<string>" ], "excludedFinancialAuditTables": [ "<string>" ] } }
Success
a string at least 10 character(s) long
10
Show child attributes