Core
Get Database Schema
Core
- GETList Agent Keys
- POSTCreate Agent Key
- DELDelete Agent Key
- GETList Connections
- POSTCreate Connection
- GETGet Connection
- PUTUpdate Connection
- GETList Databases
- GETGet Database Schema
- DELDelete Connection
- GETList Guard Rail Rules
- POSTCreate Guard Rail Rules
- GETGet Guard Rail Rules
- PUTUpdate Guard Rail Rules
- DELDelete a Rule
- GETGet Org Key
- POSTCreate Org Key
- DELRevoke Org Key
- GETList Plugins
- POSTCreate Plugin
- POSTRunbook Exec
- GETList Runbooks By Connection
- GETList Runbooks
- GETGet Plugin
- PUTUpdate Plugin
- PUTUpdate Plugin Config
- GETSession Reports
- GETList Reviews
- GETGet Review
- PUTUpdate Review Status
- GETList Sessions
- POSTExec
- GETGet Session
- GETDownload Session
- POSTReviewed Exec
Authentication
Server Management
Jira
Core
Get Database Schema
Get detailed schema information including tables, views, columns and indexes
GET
/
connections
/
{nameOrID}
/
schemas
nameOrID
string
*
nameOrID
Required
string
Name or UUID of the connection
database
string
*
database
Required
string
Name of the database
Path Parameters
Name or UUID of the connection
Name of the database
Response
200 - application/json
The tables of the schema
The columns of the table
The default value of the column
The foreign key of the column
The primary key of the column
The name of the column
The nullable of the column
The type of the column
The name of the table
The views of the schema
The columns of the view
The default value of the column
The foreign key of the column
The primary key of the column
The name of the column
The nullable of the column
The type of the column
The name of the view