Skip to Content
API ReferenceAttemptPOST /complete

POST /attempt/complete

Attempt Complete

Mark an entire attempt as completed.

Request Body (AttemptCompleteRequest)

FieldTypeRequiredDescription
attempt_idstringNoAttempt to complete (omit on the ack call)
messagestringNo
idempotency_keystringNoIdempotency key — replays the prior call; on the ack, the server-minted soft key to activate/reject a staged completion
softbooleanNoStage the completion dormant (active=False) — agent proposes; accept activates it. Composes into a dormant benchmark scenario.
acceptbooleanNoAck: True activates the staged completion, False rejects. Only meaningful with idempotency_key

Response (AttemptCompleteResponse)

FieldTypeRequiredDescription
successbooleanYes
completion_idstringYes
attempt_idstringYes
idempotency_keystringNoServer-minted soft-call key (audit call_id). On a soft propose, echo this back with accept to activate/reject the staged completion.
Last updated on