This endpoint retrieves all tables present within a specific workspace. Optionally, table column details can also be included in the response.
Endpoint:
https://be.datagol.ai/noCo/api/v2/workspaces//tables?isIncludeColumns=true
Method: GET
Auth Required: Yes (x-auth-token)
| Parameter | Type | Required | Description |
|---|---|---|---|
| isIncludeColumns | boolean | No | If set to true, includes column metadata for each table. |