Commits

Commit detail

Returns a single commit by commitid (SHA)

get/{service}/{owner_username}/repos/{repo_name}/commits/{commitid}/

Path parameters

commitidstring required

commit SHA

owner_usernamestring required

username from service provider

repo_namestring required

repository name

service'bitbucket' | 'bitbucket_server' | 'github' | 'github_enterprise' | 'gitlab' | 'gitlab_enterprise' required

Git hosting service provider

Response

commitidstring required
messagestring required
timestampstring date-time required
ci_passedboolean required
branchstring required
state'complete' | 'pending' | 'error' | 'skipped' required
  • complete - Complete
  • pending - Pending
  • error - Error
  • skipped - Skipped
parentstring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.