# Browse databases

Browse structured data exposed through a connector, including databases, schemas, tables, and table schemas. Start by listing the available connector data sources, then pass the returned identifiers to the next request.

```{toctree}
:hidden:
:maxdepth: 1

View browsable connectors <list-structured-data-sources>
List databases <list-databases>
List database schemas <list-schemas>
List tables <list-tables>
Get table schema <get-table-schema>
```
