Hanzo
OpenapiPlatform

Returns one project and its app count.

Returns one project and its app count. It returns a single project of the caller's org with the number of platform applications under it.

GET /v1/platform/projects/{project}

Addresshttps://api.hanzo.ai/v1/platform/projects/{project}
MethodGET
Operationget_platform_projects_by_project
AuthAuthorization: Bearer $HANZO_API_KEY

Returns one project and its app count.

It returns a single project of the caller's org with the number of platform applications under it. A project this org does not have is 404, which is also what another tenant's project looks like from here. Requires a validated principal; 403 without one.

Request

1 field.

FieldInTypeRequiredDescription
projectpathstringyesProject is the project's name, from the path.

Response

StatusBodyMeaning
200projectViewok

200 body — 6 fields.

FieldInTypeAlwaysDescription
applicationsbodyintegerApplications is how many platform apps this org has under the project, counted per request.
createdAtbodyintegerCreatedAt is IAM's creation time as unix seconds.
descriptionbodystringDescription is IAM's free text about the project.
namebodystringName is IAM's display name, falling back to the slug when the project has none, so this is never empty.
orgbodystringOrg is the project's IAM owner, and the tenant every app under it deploys into.
slugbodystringSlug is the project's IAM name — half of the (org,name) identity, the :project path segment, and the scope key an app is filed under.

Failure carries the platform error shape — see Errors.

Examples

hanzo platform projects get <project>

Platform API · All Hanzo APIs · Interactive reference

How is this guide?

On this page