These are the docs for the Metabase master branch. Some features documented here may not yet be available in the latest release. Check out the docs for the latest version, Metabase v0.49.

Revision

API endpoints for Revision.

GET /api/revision/

Get revisions of an object.

PARAMS:

  • entity enum of card, dashboard

  • id value must be an integer greater than zero.

POST /api/revision/revert

Revert an object to a prior revision.

PARAMS:

  • entity enum of card, dashboard

  • id value must be an integer greater than zero.

  • revision_id value must be an integer greater than zero.


« Back to API index

Read docs for other versions of Metabase.

Thanks for your feedback!

See something that needs fixing? Propose a change.