cURL
curl --request GET \ --url https://api.example.com/tables/{table_id} \ --cookie fastapiusersauth=
{ "id": "<string>", "name": "<string>", "columns": [ { "id": "<string>", "name": "<string>", "type": "TEXT", "nullable": true, "default": "<unknown>", "is_index": false } ] }
Get a table by ID.
Successful Response
Read model for a table.
Show child attributes
Was this page helpful?