List files on a project
Projects
List Files on a Project
List files directly linked to a project. Files reachable only via a linked folder are not included; list those folders separately with GET /projects/{id}/folders.
GET
List files on a project
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