Hanzo AI
OpenapiSpace

List spaces

Lists the caller org's own spaces. Only the caller's: every space is physically named under a per-org prefix and the listing strips that prefix, so…

GET /v1/space/spaces

Addresshttps://api.hanzo.ai/v1/space/spaces
MethodGET
Operationget_space_spaces
AuthAuthorization: Bearer $HANZO_API_KEY

Lists the caller org's own spaces.

Only the caller's: every space is physically named under a per-org prefix and the listing strips that prefix, so another org's spaces are not in the answer at all. Another org's space is not refused but INVISIBLE, so this cannot be used to learn that a name is taken elsewhere.

Billed per call: the balance is checked BEFORE anything is touched, so an unfunded org is refused with nothing done, and the debit lands only once the work has succeeded.

Request

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

Response

StatusBodyMeaning
200space.spaceListok
defaultproblem-detailsrefused

200 body — 4 fields.

FieldInTypeAlwaysDescription
spacesbodyspace.spaceItem[]Spaces are the caller org's spaces, oldest first as the store returns them.
spaces[].createdAtbodyinteger (int64)CreatedAt is when the space was made, in unix seconds.
spaces[].namebodystringName is the space's name, as the org created it.
totalbodyinteger (int64)Total is how many spaces this org has. It equals len(spaces): the listing is not paged, because one bucket per (org, space) keeps an org's count small by…

Failure carries the platform error shape — see Errors.

Examples

hanzo space spaces get

Space API · All Hanzo APIs · Interactive reference

How is this guide?

On this page