v5

latestOpenAPI 3.1.02026-08-081,0211,3082.1 MB
METABASE

Get Tenant Dashboards

Get paginated dashboards from local database with advanced filtering and sorting.

This endpoint fetches dashboard metadata from the local database that was previously synced from Metabase by the sync worker.

Args: page: Page number (starts from 1) page_size: Number of dashboards per page (max 100) search: Search term for dashboard name/description tags: Filter by specific tags collection_ids: Filter by collection IDs collection_names: Filter by collection names created_after: ISO date string - filter dashboards created after this date created_before: ISO date string - filter dashboards created before this date updated_after: ISO date string - filter dashboards updated after this date updated_before: ISO date string - filter dashboards updated before this date has_description: Filter dashboards with/without descriptions archived: Include/exclude archived dashboards sort_by: Sort by field: name, created_at, updated_at, collection_name sort_order: Sort order: asc, desc provider: Filter by engine ('metabase' or 'superset'); omit for both

Returns: dict: Contains the filtered, sorted, and paginated dashboards for the current tenant

get/metabase/dashboards

Query parameters

pageinteger

Page number (starts from 1)

Page number (starts from 1)

page_sizeinteger

Number of dashboards per page (max 100)

Number of dashboards per page (max 100)

searchstring nullable

Search term for dashboard name/description

Search term for dashboard name/description

tagsstring[] nullable

Filter by specific tags

Filter by specific tags

collection_idsinteger[] nullable

Filter by collection IDs

Filter by collection IDs

collection_namesstring[] nullable

Filter by collection names

Filter by collection names

created_afterstring nullable

ISO date string - filter dashboards created after this date

ISO date string - filter dashboards created after this date

created_beforestring nullable

ISO date string - filter dashboards created before this date

ISO date string - filter dashboards created before this date

updated_afterstring nullable

ISO date string - filter dashboards updated after this date

ISO date string - filter dashboards updated after this date

updated_beforestring nullable

ISO date string - filter dashboards updated before this date

ISO date string - filter dashboards updated before this date

has_descriptionboolean nullable

Filter dashboards with/without descriptions

Filter dashboards with/without descriptions

archivedboolean nullable

Include/exclude archived dashboards

Include/exclude archived dashboards

sort_bystring nullable

Sort by field: name, created_at, updated_at, collection_name

Sort by field: name, created_at, updated_at, collection_name

sort_orderstring nullable

Sort order: asc, desc

Sort order: asc, desc

provider'metabase' | 'superset' nullable

Filter by engine: 'metabase' or 'superset'

Filter by engine: 'metabase' or 'superset'

Response

Successful Response

countinteger required
totalinteger required
pageinteger required
page_sizeinteger required
total_pagesinteger required
has_nextboolean required
has_previousboolean required
available_tagsstring[] nullable