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": null,
"is_index": false
}
]
}Get a table by ID.
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": null,
"is_index": false
}
]
}Was this page helpful?