curl --request GET \
--url https://use.hoop.dev/api/connections/{nameOrID}/tables{
"schemas": [
{
"name": "<string>",
"tables": [
"<string>"
]
}
]
}List tables from a database without column details
curl --request GET \
--url https://use.hoop.dev/api/connections/{nameOrID}/tables{
"schemas": [
{
"name": "<string>",
"tables": [
"<string>"
]
}
]
}Was this page helpful?