Orgs
Context

Read a current-state audit run by id

Returns one audit run — its status, model, ref, matched/judged counts, and tree-truncation flag — with every per-file verdict, failing files first. Scoped to the requesting org: a run owned by another org is a 404. An authored run requires its declarationId so another configured group cannot read it as the selected result.

get/experimental/orgs/{orgId}/verifier-audits/{runId}

Path parameters

orgIdstring uuid required
runIdstring uuid required

Query parameters

declarationIdstring uuid

Headers

Authorizationstring

Response

Default Response

Changes

Changed in 6 of the 55 revisions of this API.10

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the new optional query request parameter declarationId

      new-optional-request-parameter

    • ○

      added subschema #3 to the /// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added the required property // to the response with the status

      response-required-property-added

    • ○

      added the required property // to the response with the status

      response-required-property-added

    • ○

      added the required property // to the response with the status

      response-required-property-added

    • ○

      added the required property // to the response with the status

      response-required-property-added

    • ○

      added the required property // to the response with the status

      response-required-property-added

    • ○

      endpoint added

      endpoint-added