Skip to Content
API ReferenceTestPOST /invocation_run

POST /test/invocation_run

Run Invocation

Request Body (TestRunPayload)

FieldTypeRequiredDescription
test_idstringYesUUID of the test
test_invocation_idstringYesUUID of the test invocation
test_invocation_trace_idstringNoUUID of the parent trace (test_invocation_traces_entry)
run_idstringYesUUID of the runs_entry to bind
idempotency_keystringNoIdempotency key — replays the prior call; on the ack, the server-minted soft key to activate/reject the staged run binding
softbooleanNoStage the run binding dormant (active=False); accept activates it
acceptbooleanNoAck: True activates the staged run binding, False rejects. Only meaningful with idempotency_key

Response (TestRunInternalResult)

FieldTypeRequiredDescription
test_invocation_run_idstringYes
successbooleanNo
idempotency_keystringNo
Last updated on