Repository

Get repository inspection.

Get a repository inspection by id.

get/v1/repositories/inspections/{id}

Path parameters

idstring required

Inspection ID

Response

OK

idstring required

The ID of the inspection.

commit_shastring required

The sha of the inspected version of the Repository.

inspected_atinteger required

Inspection time of the Repository Version (Unix timestamp milliseconds).

status'invalid' | 'repo_auth_pending' | 'repo_authentication_failure' | 'repo_access_failure' | 'inspection_pending' | 'inspection_failed' | 'inspection_success' | 'inspection_user_manifest_added' required
build_status'image_building' | 'image_build_success' | 'image_build_failure'
blueprint_idstring nullable

The blueprint ID associated with this inspection if successful.

blueprint_namestring nullable

The blueprint name associated with this inspection if successful.

workflow_contextsobject nullable

Workflow contexts mapping workflow names to their processing details.

Changes