GET
/
tables
/
{table_id}
{
  "id": "<string>",
  "name": "<string>",
  "columns": [
    {
      "id": "<string>",
      "name": "<string>",
      "type": "TEXT",
      "nullable": true,
      "default": "<any>"
    }
  ]
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

table_id
string
required

Query Parameters

workspace_id
string
required

Response

200
application/json
Successful Response

Read model for a table.

id
string
required
name
string
required
columns
object[]
required

Definition for a table column.

Was this page helpful?