Find Atlas project by URL?

I have in some project’s environment variables some Mongo URLs (like …mongodb.net) laying around and I don’t know where they belong to. The URLs obviously work but the data in there doesn’t tell me much. So, I’d like to find out to which project they belong. So, how can I find out the project by just knowing the URL of one cluster inside it?

I think the best you can do,aside from clicking though all clusters manually, is to use the Atlas api to list all clusters in all projects and then query the cluster for the srvAddress.

Create/use an organisation level api key to be able to list all clusters in all project in the organisation.

1 Like