Skip to main content
POST
Judge a workflow without creating a job — by served name, or as immutable snapshot bytes

Authorizations

Authorization
string
header
required

Exactly one Authorization: Bearer value from the token file

Body

application/json

Source-only Check by served name. Required launch inputs may remain unsupplied; caller inputs are accepted only on POST /v1/jobs and are refused here. Check does not execute an access plan.

workflow
string
required
Required string length: 1 - 4096
access
string

Access pin, same vocabulary as --access (class or harness id). A pin never silently substitutes a metered seat.

Required string length: 1 - 64

Response

Compact snapshot validation acknowledgement, not the full engine check report

Compact remote acknowledgement that the exact snapshot was revalidated. This is not the engine's public full check report; SDK callers retain the engine-owned report captured with the snapshot and return it only after this acknowledgement succeeds.

root
string
required
Minimum string length: 1
snapshot_digest
string
required
Pattern: ^[0-9a-f]{64}$
status
string
required
Allowed value: "accepted"
units
integer
required
Required range: x >= 1