Hanzo AI

List docs

Returns the documents of a space the caller may see, with the teamspaces they are grouped in.

GET /v1/team/docs

Addresshttps://api.hanzo.ai/v1/team/docs
MethodGET
Operationget_team_docs
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the documents of a space the caller may see, with the teamspaces they are grouped in.

These are the Team client's own document rows, so a page created there is here with no sync. Each carries the collaborator id its body opens with on the /v1/team/collaborator socket. A private teamspace's documents are listed only for its members.

Request

3 fields.

FieldInTypeRequiredDescription
spacequerystring—Space is the space uuid.
teamspacequerystring—Teamspace narrows the answer to one teamspace.
parentquerystring—Parent narrows the answer to one document's children.

Response

StatusBodyMeaning
200team.teamDocsok
defaultproblem-detailsrefused

200 body — 17 fields.

FieldInTypeAlwaysDescription
docsbodyteam.teamDoc[]—Docs are the documents, grouped by teamspace, then parent, then the order the Team client shows siblings in.
docs[].authorbodystring—Author is the account uuid that created it.
docs[].collaboratorbodystring—Collaborator is the documentId to open the body with on the /v1/team/collaborator Y.js socket: "<space>|document:class:Document|<id>|content".
docs[].commentsbodyinteger (int64)—Comments is how many comments it has.
docs[].createdOnbodyinteger (int64)—CreatedOn is when it was created, unix milliseconds.
docs[].idbodystring—ID is the document's own id.
docs[].modifiedOnbodyinteger (int64)—ModifiedOn is when its title or place last changed, unix milliseconds.
docs[].parentbodystring—Parent is the document this one is nested under.
docs[].rankbodystring—Rank orders siblings: compare as plain strings, ascending.
docs[].spacebodystring—Space is the space uuid holding it.
docs[].teamspacebodystring—Teamspace is the teamspace it belongs to.
docs[].titlebodystring—Title is the document's title.
teamspacesbodyteam.teamTeamspace[]—Teamspaces are the teamspaces the caller may see, by name — the groups a client draws the tree under.
teamspaces[].archivedbodyboolean—Archived reports that the teamspace is closed: its documents still read, and none can be created, moved into it, renamed or commented on.
teamspaces[].idbodystring—ID is the teamspace document's id, the value teamDoc.teamspace names.
teamspaces[].namebodystring—Name is what a person sees in a sidebar.
teamspaces[].privatebodyboolean—Private reports that the teamspace is open to its members only.

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