Hanzo
OpenapiGit

Browse your org's repositories

The repository list for the signed-in caller's org — each repo with its description, default branch, size and last update.

GET /v1/git

Addresshttps://api.hanzo.ai/v1/git
MethodGET
Operationget_git
AuthAuthorization: Bearer $HANZO_API_KEY

The repository list for the signed-in caller's org — each repo with its description, default branch, size and last update. SIGNED OUT it renders the public explore page instead of refusing, because most Hanzo repos are open source and the open face is the default one; signed in, the caller's own org shows its private repositories alongside its public ones. 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

GET /v1/git takes no parameters and no body — the credential is the whole request.

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