List Catalogs

This page shows you how to list your Catalogs, including their metadata.

#List Catalogs via API

cURL
Python

export INSTILL_API_TOKEN=********
curl -X GET 'https://api.instill.tech/v1alpha/namespaces/{namespaceId}/catalogs' \
--header "Authorization: Bearer $INSTILL_API_TOKEN"

Note that the {namespaceId} path parameter must be replaced by the Catalog owner's ID (namespace).

#List Catalogs via 📺 Instill Console

To list the Catalogs under a namespace in 📺 Instill Console, follow these steps:

  1. Launch 📺 Instill Console on ☁️ Instill Cloud or via a local 🔮 Instill Core deployment at http://localhost:3000.
  2. Navigate to the Artifacts page using the navigation bar.

Your Catalogs will automatically appear below.