List Folders
List all folders accessible to the authenticated user, returned as a flat list with full paths.
Pass scope to filter to one of the three top-level meta-collections shown in the GC AI UI:
my-files: folders rooted in the user’s personal “My Files” treeshared-with-me: folders explicitly shared with the user by other usersorganization: folders rooted in the organization’s “Organization Files” tree
Filtering by scope requires a user-scoped API key (u:gcai_...).
Documentation Index
Fetch the complete documentation index at: https://docs.gc.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Format: gcai_xxxxxxxxx
Create API keys in the GC AI app under Settings → API.
Query Parameters
Max items to return (default 100, max 500)
1 <= x <= 500Number of items to skip (default 0)
x >= 0Case-insensitive substring search on folder name or description. System-owned collection types (my-files, org-files, etc.) are excluded from results. Composes with scope.
"contracts"
Filter folders to a single meta-collection. Requires a user-scoped API key.
my-files, shared-with-me, organization "my-files"