cURL
curl --request GET \ --url http://127.0.0.1:47334/api/databases
[ { "name": "<string>", "engine": "<string>", "type": "<string>" } ]
A JSON array of database names
Handler used to create this database (e.g. postgres)
Type of database (data | project | system)
Was this page helpful?