Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
graphql
query ListWorkspaces { listWorkspaces { ok workspaces { name uid } } }
json
{ "data": { "listWorkspaces": { "ok": true, "workspaces": [ { "name": "string", "uid": "string" } ] } } }
List all workspaces
listWorkspaces: ListWorkspaces
Related topics