Skip to Content
API ReferenceTestPOST /invocation_complete

POST /test/invocation_complete

Complete Invocation

Request Body (TestInvocationCompletePayload)

FieldTypeRequiredDescription
test_idstringYesUUID of the test
test_invocation_idstringYesUUID of the test invocation
messagestringNoOptional completion message
idempotency_keystringNoIdempotency key — replays the prior call; on the ack, the server-minted soft key to activate/reject the staged completion
softbooleanNoStage the completion dormant (active=False); accept activates it
acceptbooleanNoAck: True activates the staged completion, False rejects. Only meaningful with idempotency_key

Response (TestInvocationCompleteInternalResult)

FieldTypeRequiredDescription
invocation_idstringYes
completion_idstringNo
successbooleanNo
idempotency_keystringNo
Last updated on