/
NE
netter
/
DMI Backend
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 16h ago · Updated 1d ago
Details
Filter operations
actions
9
api-keys
3
app-chat
1
apps
31
apps-query
2
apps-scenarios
7
assistant
2
attributes
11
automations
21
chats
13
comments
8
companies
13
dashboard-chat
1
dashboard-data
5
dashboard-versions
3
dashboards
10
databases
9
get
List Databases
post
Create Database
get
Get Database
delete
Delete Database
patch
Update Database
get
Preview Database
get
Query Database
post
Nl Query Database
post
Refresh Database
entity-files
3
file-folders
13
files
19
folders
5
groups
7
incidents
1
infra
1
integrations
22
internal
1
join-advisor
3
lego-architect
7
me
1
monitoring
2
ontology
6
ontology-chat
1
ontology-entities
11
ontology-promotion
3
ontology-query
3
ontology-records
4
ontology-relationships
5
ontology-rows
6
ontology-traversal
1
operators
1
permissions
7
project-steps
5
projects
15
row-policies
4
run-history
4
step-code-chat
2
step-output
2
steps
22
workflow-architect
2
databases
List Databases
List databases, optionally filtered by project.
get
/api/v1/databases/
Query parameters
project_id
string
uuid
nullable
Response
Successful Response
DatabaseRead[]
required
id
string
uuid
required
company_id
string
uuid
required
project_id
string
uuid
nullable
integration_id
string
uuid
nullable
user_id
string
uuid
required
name
string
required
description
string
required
table_name
string
required
storage_path
string
nullable
required
schema_info
object[]
required
key_columns
string[]
source_step_id
string
uuid
nullable
source_user_file_id
string
uuid
nullable
source_automation_id
string
uuid
nullable
source_sheet_name
string
nullable
source_kind
string
is_shared
boolean
required
is_suppressed
boolean
required
refresh_status
string
required
refresh_error
string
nullable
last_refreshed_at
string
date-time
nullable
required
name_is_user_overridden
boolean
row_count
integer
required
size_bytes
integer
required
created_at
string
date-time
required
updated_at
string
date-time
required
doc_status
string
doc_status_updated_at
string
date-time
nullable
doc_last_error
string
nullable
Changes