Purpose:
Retrieves metadata and detailed information about a specific workbook within a workspace.
GET /noCo/api/v2/workspaces/{workspaceId}/tables/{workbookId}
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspaceId | UUID | ✅ Yes | Workspace identifier |
| workbookId | UUID | ✅ Yes | Workbook (table) identifier |
Requires authentication using:
Authorization: Bearer <token>
| Header | Required |
|---|---|
| Authorization | ✅ Yes |
curl -X GET https://be.datagol.ai/noCo/api/v2/workspaces/{workspaceId}/tables/{workbookId} \
-H "Authorization: Bearer <token>"
Retrieves workbook metadata and configuration details.
Returns workbook properties including:
• Workbook title and description
• Table type and structure
• Column definitions
• UI metadata
• Workspace association information