API ReferenceQA
Authorization
bearerAuth AuthorizationBearer <token>
appSecret or sessionToken
In: header
Request Body
application/json
scenarioId*string
QA scenario ID
responseText*string
Agent response to evaluate
calledTools?array<>
Tools called during this turn
handoffTriggered?boolean
Whether a handoff happened
sessionId?string
Associated session ID
Response Body
application/json
curl -X POST "https://your-convex-deployment.convex.site/api/qa/runs" \ -H "Content-Type: application/json" \ -d '{ "scenarioId": "string", "responseText": "string" }'{}Edit on GitHub
Last updated on