Collection id of Our Analytics collection?

I am trying to find out collection id of "Our Analytics" collection. It has only root location. But when i create a new collection there I can see collection in url. I am currently using latest version of Metabase v0.44.0

Could you suggest how can I get it?

For reference attaching the screenshot.

Hi @Pintu_Kumar
There isn't an id, it's just root.

Thanks @flamber.

What I am doing is trying to make a deep copy of a dashboard for that I need collection id of source and destination in one of the step. If we don't have any id for "our analytics". As you said it is just "root" so that means I can use "root" as source collection id right?

@Pintu_Kumar Sounds like you are using the python wrapper, where it says to use None, when there isn't a collection ID, but seems like you can use root as well:
https://github.com/vvaezian/metabase_api_python/blob/150c8143bf3ec964568d54bddd80bf9c1b2ca214/metabase_api/metabase_api.py#L643

The best way to learn the API, is to just use Metabase while having your browser developer Network-tab open and looking at the request, and what data is being send/received.