POST
/
v1
/
trace-learn
/
public
/
diagnostic
/
preview-view
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.viewTraceLearnAnonymousDiagnosticPreview({
  body: {},
})
{
  "recorded": true
}

Body

application/json
attemptId
string
required

a string at most 128 character(s) long

Required string length: 1 - 128
resumeToken
string
required

a string at most 128 character(s) long

Required string length: 1 - 128
timedOut
boolean
answers
object[]

Response

Success

recorded
boolean
required