List folders linked to a project
Projects
List Folders Linked to a Project
List folders linked to a project. To enumerate the contents of a folder, call GET /folders/{id}/children.
GET
List folders linked to a project
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.
Path Parameters
The project ID
Query Parameters
Max items to return (default 100, max 500)
Required range:
1 <= x <= 500Number of items to skip (default 0)
Required range:
x >= 0