These are the docs for Metabase v0.51. Check out the docs for the latest version, Metabase v0.56.
Query reference validation
API endpoints for Query reference validation.
GET /api/ee/query-reference-validation/invalid-cards
List of cards that have an invalid reference in their query. Shape of each card is standard, with the addition of an
errors key. Supports pagination (offset and limit), so it returns something in the shape:
{:total 200
:data [card1, card2, ...]
:limit 50
:offset 100
PARAMS:
-
sort_columnnullable enum of collection, created_by, name, last_edited_at. -
sort_directionnullable enum of desc, asc. -
collection_idnullable value must be an integer greater than zero.
Read docs for other versions of Metabase.