Repository
Repository-Lifecycle

Trigger an inspection against given repository connection.

Inspect a repository connection by inspecting the specified version including repo's technical stack and developer environment requirements.

post/v1/repositories/{id}/inspect

Path parameters

idstring required

Repo Connection ID

Request body

github_auth_tokenstring nullable

GitHub authentication token for accessing private repositories.

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