curl --request GET \
--url https://use.hoop.dev/api/connections/{nameOrID}/columns{
"columns": [
{
"name": "<string>",
"nullable": true,
"type": "<string>"
}
]
}Get columns from a specific table
curl --request GET \
--url https://use.hoop.dev/api/connections/{nameOrID}/columns{
"columns": [
{
"name": "<string>",
"nullable": true,
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://mintlify.hoop.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Name or UUID of the connection
Name of the database
Name of the table
Name of the schema (optional - for PostgreSQL default is 'public', for others defaults to database name)
OK
The columns of a table
Show child attributes
Was this page helpful?