# 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.

## Choose a task

| Task | Description |
| --- | --- |
| [Find a browsable connection](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-connections/connector-data-sources/list-structured-data-sources.html.md) | Lists the connectors in the current workspace that can browse databases, tables, or collections, and displays the query operations supported by each connector. |
| [Find accessible databases](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-connections/connector-data-sources/list-databases.html.md) | Lists the databases accessible by a structured connector. |
| [Find database schemas](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-connections/connector-data-sources/list-schemas.html.md) | List the category names in the database. |
| [Find tables or collections](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-connections/connector-data-sources/list-tables.html.md) | List tables or collections in a structured data source. |
| [Inspect source fields](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-connections/connector-data-sources/get-table-schema.html.md) | Read the field structure and mapping reference information of a structured source object. |
