Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Latest commit

 

History

History
77 lines (66 loc) · 2.62 KB

api-documentation.md

File metadata and controls

77 lines (66 loc) · 2.62 KB
title
Metabase API documentation

Metabase API documentation

These reference files were generated from source comments by running:

clojure -M:ee:run api-documentation

About the Metabase API

  • The API is subject to change. The API is tightly coupled with the front end and is subject to change between releases. The endpoints likely won’t change that much (existing API endpoints are changed infrequently, and removed rarely), but if you write code to use the API, you might have to update it in the future.
  • The API isn't versioned. Meaning: it can change version to version, so don’t expect to stay on a particular version of Metabase in order to use a “stable” API.

API tutorial

Check out an introduction to the Metabase API.

API endpoints

* indicates endpoints used for features available on paid plans.