Lists all databases for which you have access privileges. Shows database metadata including name, creation date, owner, retention time, and more. Can filter results and include dropped databases within Time Travel retention period.
rolestringRole to use when executing the statement.
limitintegerMaximum number of rows to return. Cannot exceed 10000.
tersebooleanIf true, returns only a subset of output columns (created_on, name, kind, database_name, schema_name).
historybooleanIf true, includes dropped databases that are still within Time Travel retention period.
timeoutintegerTimeout in seconds for statement execution.
from_namestringUsed with LIMIT for pagination. Returns results starting from databases whose names match this string.
warehousestringWarehouse to use for the query (though SHOW DATABASES doesn't require a running warehouse).
starts_withstringFilters results by databases whose names start with this string. Case-sensitive.
like_patternstringFilters results by database name using SQL wildcard pattern (% and _). Case-insensitive.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.