Skip to main content
GET
/
api
/
v1
/
metadata
/
postgres
/
tables
List PostgreSQL tables
curl --request GET \
  --url http://localhost:8080/api/v1/metadata/postgres/tables \
  --header 'x-api-key: <api-key>'
[
  "<string>"
]

Authorizations

x-api-key
string
header
required

Optional API key for authentication (enabled via application.yaml)

Query Parameters

database
string
default:datris

Database name

schema
string
default:public

Schema name

vectorOnly
string
default:false

If "true", only return tables with an embedding column

Response

Array of table names