Hanzo AI

Get docs

Returns one document the caller may see.

GET /v1/team/docs/{id}

Addresshttps://api.hanzo.ai/v1/team/docs/{id}
MethodGET
Operationget_team_docs_by_id
AuthAuthorization: Bearer $HANZO_API_KEY

Returns one document the caller may see.

Request

2 fields.

FieldInTypeRequiredDescription
idpathstringyesID is the document, from the path.
spacequerystring—Space is the space uuid holding it.

Response

StatusBodyMeaning
200team.teamDocok
defaultproblem-detailsrefused

200 body — 11 fields.

FieldInTypeAlwaysDescription
authorbodystring—Author is the account uuid that created it.
collaboratorbodystring—Collaborator is the documentId to open the body with on the /v1/team/collaborator Y.js socket: "<space>|document:class:Document|<id>|content".
commentsbodyinteger (int64)—Comments is how many comments it has.
createdOnbodyinteger (int64)—CreatedOn is when it was created, unix milliseconds.
idbodystring—ID is the document's own id.
modifiedOnbodyinteger (int64)—ModifiedOn is when its title or place last changed, unix milliseconds.
parentbodystring—Parent is the document this one is nested under.
rankbodystring—Rank orders siblings: compare as plain strings, ascending.
spacebodystring—Space is the space uuid holding it.
teamspacebodystring—Teamspace is the teamspace it belongs to.
titlebodystring—Title is the document's title.

Failure carries the platform error shape — 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.


Team API · All Hanzo APIs · Interactive reference

How is this guide?

On this page