Skip to Content
API ReferenceTestPOST /invocation_trace

POST /test/invocation_trace

Test Trace

Request Body (TestTracePayload)

FieldTypeRequiredDescription
test_idstringYesUUID of the test
test_invocation_idstringYesUUID of the test invocation
run_idstringNoHistorical run_id we’re replaying against (optional)
tool_idsstring[]No
modality_idsstring[]No
voice_idsstring[]No
temperature_level_idsstring[]No
reasoning_level_idsstring[]No
quality_idsstring[]No
prompt_idsstring[]No
instruction_idsstring[]No
prompt_textstringNoUser-typed system prompt; minted as a prompts_resource
instructionsstring[]NoUser-typed instruction templates; each minted separately
idempotency_keystringNoIdempotency key — replays the prior call; on the ack, the server-minted soft key to perform/discard the staged trace
softbooleanNoStage the trace (store intent without creating); accept performs it
acceptbooleanNoAck: True performs the staged trace, False discards. Only meaningful with idempotency_key

Response (TestTraceInternalResult)

FieldTypeRequiredDescription
test_invocation_trace_idstringYes
successbooleanNo
idempotency_keystringNo
Last updated on