GET
/
connections
/
{nameOrID}
/
tables
curl --request GET \
  --url https://use.hoop.dev/api/connections/{nameOrID}/tables
{
  "schemas": [
    {
      "name": "<string>",
      "tables": [
        "<string>"
      ]
    }
  ]
}

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

200
application/json

OK

The response is of type object.