A valid request URL is required to generate request examples{
"databases": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "My Database",
"description": "Database description",
"icon_url": "database-icon.svg",
"icon_color": "#60a5fa",
"connection_type": "managed_pg",
"connection_db_name": "aurora_db_123",
"status": "active",
"is_public": false,
"created_at": "2023-11-07T05:31:56Z",
"connection_summary": {
"type": "<string>",
"host": "<string>",
"database": "<string>",
"can_connect": true
},
"organisation": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
},
"tables": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"ref_table_name": "<string>",
"total_records": 123,
"formatted_total_records": "<string>"
}
]
}
]
}Start here! Get a list of all your databases. This shows you everything you have access to, including managed PostgreSQL databases and external connections. Perfect for building dashboards or getting an overview of your data infrastructure.
A valid request URL is required to generate request examples{
"databases": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "My Database",
"description": "Database description",
"icon_url": "database-icon.svg",
"icon_color": "#60a5fa",
"connection_type": "managed_pg",
"connection_db_name": "aurora_db_123",
"status": "active",
"is_public": false,
"created_at": "2023-11-07T05:31:56Z",
"connection_summary": {
"type": "<string>",
"host": "<string>",
"database": "<string>",
"can_connect": true
},
"organisation": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
},
"tables": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"ref_table_name": "<string>",
"total_records": 123,
"formatted_total_records": "<string>"
}
]
}
]
}