Skip to content

Overview

This section provides detailed information on how to interact with the Unity Catalog programmatically using the REST API.

The Unity Catalog REST API allows you to manage and interact with Unity Catalog resources, such as:

  • Catalogs
  • Schemas
  • Tables
  • Volumes
  • Models
  • Functions

Each subsection shows how to use the REST API with the corresponding type of asset.

To begin using the Unity Catalog REST API, ensure you have the following:

  1. Setup: Install CURL or a library like requests (Python) to send HTTP requests.
  2. Base URL: Use the appropriate endpoint for your environment.
  3. API Reference: Familiarize yourself with the available endpoints and their usage using the API Reference

If you encounter any issues or have suggestions, please create an issue. We welcome contributions to the REST API functionality as PRs.