VerificationRecord. Both human reviewers and automated verifiers use this endpoint.
Path Parameters
The UUID of the execution receipt to verify.
Request Body
Identifier of the verifier submitting this verdict (e.g.
"auditor-1" or "auto-verifier").The verification outcome. One of
not_required, pending, verified, or failed.Set to
true when the verdict is produced by an automated system. Defaults to false.Optional human-readable explanation for the verdict, especially useful when
verdict is failed.Response
Returns aVerificationRecord object.
The UUID of the receipt this verification applies to.
Identifier of the verifier that submitted this verdict.
The recorded verdict. One of
not_required, pending, verified, or failed.Whether this verdict was produced by an automated verifier.
Explanation provided by the verifier, if any.
UTC timestamp when this verification record was created.
Errors
| Status | Description |
|---|---|
404 | No receipt with the given receipt_id exists. |