Hanzo
OpenapiGit

Read a repository's commit log

The hundred most recent commits on one ref, each with its author, message and date.

GET /v1/git/{org}/{repo}/commits

Addresshttps://api.hanzo.ai/v1/git/{org}/{repo}/commits
MethodGET
Operationget_git_by_org_by_repo_commits
AuthAuthorization: Bearer $HANZO_API_KEY

The hundred most recent commits on one ref, each with its author, message and date. ?ref= selects the branch, tag or commit, defaulting to the repository's default branch; an unknown one is 404. A public repository is readable by anyone; a private one only by its own org. A repository that does not exist and one belonging to another org answer the SAME 404, so the page is never an existence oracle. This is a server-rendered browser page, not JSON — the console repo-browser reads the same repository through the JSON ops under /v1/git/repos. Repository names, paths and file contents all render through auto-escaping templates rather than being concatenated into HTML.

Request

2 fields.

FieldInTypeRequiredDescription
orgpathstringyes
repopathstringyes

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Git API · All Hanzo APIs · Interactive reference

How is this guide?

On this page