curl --request GET \ --url http://localhost:8080/api/v1/metadata/mongodb/collections \ --header 'x-api-key: <api-key>'
[ "<string>"]
Metadata
List MongoDB collections
List MongoDB collections. If database is specified, lists collections in that database. Otherwise lists all collections across all databases in “db.collection” format.
GET
/
api
/
v1
/
metadata
/
mongodb
/
collections
List MongoDB collections
curl --request GET \ --url http://localhost:8080/api/v1/metadata/mongodb/collections \ --header 'x-api-key: <api-key>'