/
AI
aircodelabs
/
PostgreSQL Database Query Plugin
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
aircodelabs
PostgreSQL Database Query Plugin
post
Retrieve the schema and tables of the database
v1
latest
OpenAPI 3.0.1
2026-07-17
2
0
2.9 KB
Retrieve the schema and tables of the database
post
/schemaAPI
Request body
object
required
url
string
required
The URL of the database.
Response
OK
object
required
schema
object
The schema of the database.
tables
string[]
The list of tables in the database.