Purpose:
Retrieves all folders and files available within a workspace.
GET /noCo/api/v2/workspaces/{workspace_id}/folder
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | UUID | ✅ Yes | Workspace identifier |
Requires authentication using:
Authorization: Bearer <token>
| Header | Required |
|---|---|
| Authorization | ✅ Yes |
curl -X GET https://be.datagol.ai/noCo/api/v2/workspaces/{workspace_id}/folder \
-H "Authorization: Bearer <token>"
Retrieves all folders and files within the specified workspace.
Supports hierarchical workspace storage structure and returns metadata of stored files.
This API uses OAuth 2.0 with the authorization code grant flow.
Get files in Workspace