v5
latestOpenAPI 3.1.02026-08-081,0211,3082.1 MBGet 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
Query parameters
Page number (starts from 1)
Page number (starts from 1)
Number of dashboards per page (max 100)
Number of dashboards per page (max 100)
Search term for dashboard name/description
Search term for dashboard name/description
Filter by specific tags
Filter by specific tags
Filter by collection IDs
Filter by collection IDs
Filter by collection names
Filter by collection names
ISO date string - filter dashboards created after this date
ISO date string - filter dashboards created after this date
ISO date string - filter dashboards created before this date
ISO date string - filter dashboards created before this date
ISO date string - filter dashboards updated after this date
ISO date string - filter dashboards updated after this date
ISO date string - filter dashboards updated before this date
ISO date string - filter dashboards updated before this date
Filter dashboards with/without descriptions
Filter dashboards with/without descriptions
Include/exclude archived dashboards
Include/exclude archived dashboards
Sort by field: name, created_at, updated_at, collection_name
Sort by field: name, created_at, updated_at, collection_name
Sort order: asc, desc
Sort order: asc, desc
Filter by engine: 'metabase' or 'superset'
Filter by engine: 'metabase' or 'superset'
Response
Successful Response