DATA_STORE
Get Available Databases
Gets available databases for a data store by id. This endpoint fetches all databases from the data store's connection and filters out the ones that are already in use by other data stores of the same type.
:param data_store_id: The ID of the data store to fetch databases for :return: A dictionary containing used and unused databases
get/data_stores/{data_store_id}/available_databases
Path parameters
data_store_idinteger required
Response
Successful Response
Changes
No recorded changes to this endpoint across all 28 revisions of this API.