Skip to main content

Dataset catalog exports in the new experience

  • July 27, 2026
  • 0 replies
  • 0 views

josephinerohner
Community Manager
Forum|alt.badge.img+2

Hello Community! 👋

We’ve seen a few questions recently regarding the ability to export the dataset catalog from the main interface in the new experience. Here is a quick update on where things stand and how you can export your catalog today.

❓ What happened to the export button?

In the previous interface, there was a dedicated button directly on the catalog page that allowed users to export the full list of datasets.

In the new experience, this dedicated button is no longer present on the catalog page. It has been moved to the API console.

🛠️ How to export your catalog list now

You can still easily export your full catalog (or a filtered selection) using our Platform API.

You can retrieve your catalog in CSV, Excel (XLSX), JSON, and other standard formats using the following endpoint:

HTTP

GET /api/explore/v2.1/catalog/exports/{format}

Quick examples:

  • Export as CSV: /api/explore/v2.1/catalog/exports/csv

  • Export as Excel: /api/explore/v2.1/catalog/exports/xlsx

  • Export as JSON: /api/explore/v2.1/catalog/exports/json

💡 Tip: You can paste these endpoint URLs directly into your web browser while logged in, or run them through your preferred automation scripts/tools (like Python or Curl) to get an up-to-date export anytime.

 

💬 Feedback & needs: we are constantly refining the new experience based on how you work. If having a direct export button in the UI is critical for your team's day-to-day workflow, please let us know in the comments below!