# Fetch all accessible table names Note that only the names of tables that are accessible by the database user will be returned Endpoint: GET /database-connectors/{databaseConnectorId}/fetch Version: 5.1.41 Security: api_key ## Path parameters: - `databaseConnectorId` (integer, required) The ID of the database connector to fetch the tables for ## Query parameters: - `hideExisting` (boolean) This flag specifies fetching only table names that are not already part of a particular ruleset. - `rulesetId` (integer) Ruleset ID to check if tables is already added. Required in case of hideExisting is set to true. ## Response 400 fields ## Response 403 fields ## Response 404 fields