Get files in Workspace
Knowledge Graph
Get files in Workspace
1️⃣ Overview
Purpose:
Retrieves all folders and files available within a workspace.
2️⃣ Endpoint
GET /noCo/api/v2/workspaces/{workspace_id}/folder
3️⃣ Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | UUID | ✅ Yes | Workspace identifier |
4️⃣ Authentication
Requires authentication using:
Authorization: Bearer <token>
5️⃣ Request Headers
| Header | Required |
|---|---|
| Authorization | ✅ Yes |
6️⃣ Example Request
curl -X GET https://be.datagol.ai/noCo/api/v2/workspaces/{workspace_id}/folder \
-H "Authorization: Bearer <token>"
7️⃣ Behavior Summary
Retrieves all folders and files within the specified workspace.
Supports hierarchical workspace storage structure and returns metadata of stored files.
GET
Get files in Workspace
Authorizations
This API uses OAuth 2.0 with the authorization code grant flow.
Path Parameters
Response
200
Get files in Workspace