Skip to main content
GET
/
connections
/
{nameOrID}
/
tables
List Database Tables
curl --request GET \
  --url https://use.hoop.dev/api/connections/{nameOrID}/tables
{
  "schemas": [
    {
      "name": "<string>",
      "tables": [
        "<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.

Path Parameters

nameOrID
string
required

Name or UUID of the connection

Query Parameters

database
string
required

Name of the database

schema
string

Name of the schema (optional - if not provided, returns tables from all schemas)

Response

OK

schemas
object[]

The database schemas