Metabase integration (Data, Productivity). Imported from open-connector.
{instance_url}/user/current
/database
| Param | Type | Required | Description |
|---|---|---|---|
| include | string | optional | Related database data to include. |
| includeAnalytics | boolean | optional | Whether to include analytics database metadata. |
| saved | boolean | optional | Whether to return saved query databases. |
| includeEditableDataModel | boolean | optional | Whether to include editable data model metadata. |
| excludeUneditableDetails | boolean | optional | Whether to exclude details the API key cannot edit. |
| includeOnlyUploadable | boolean | optional | Whether to return only uploadable databases. |
| routerDatabaseId | integer | optional | Router database ID to filter by. |
| canQuery | boolean | optional | Whether to return databases the API key can query. |
| canWriteMetadata | boolean | optional | Whether to return databases the API key can edit metadata for. |
/database/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | A Metabase numeric ID or entity ID string. |
| include | string | optional | Related database data to include. |
| includeEditableDataModel | boolean | optional | Whether to include editable data model metadata. |
| excludeUneditableDetails | boolean | optional | Whether to exclude details the API key cannot edit. |
/collection
| Param | Type | Required | Description |
|---|---|---|---|
| archived | boolean | optional | Whether to include archived collections. |
| excludeOtherUserCollections | boolean | optional | Whether to exclude other users' personal collections. |
| namespace | string | optional | Collection namespace to filter by. |
| personalOnly | boolean | optional | Whether to return only personal collections. |
/collection/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | A Metabase numeric ID or entity ID string. |
/card
| Param | Type | Required | Description |
|---|---|---|---|
| filter | string | optional | Card list filter. |
| modelId | integer | optional | Model ID to filter cards by. |
/card/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | A Metabase numeric ID or entity ID string. |
| legacyMbql | boolean | optional | Whether to request the legacy MBQL response shape. |
/dashboard
| Param | Type | Required | Description |
|---|---|---|---|
| filter | string | optional | Dashboard list filter. |
/dashboard/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | A Metabase numeric ID or entity ID string. |
/search
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | optional | Search text. |
| context | string | optional | Metabase search context. |
| archived | boolean | optional | Whether to search archived content. |
| collectionId | integer | optional | Collection ID to search within. |
| tableDatabaseId | integer | optional | Database ID to filter table search results by. |
| models | array | optional | Metabase model types to include. |
| includeDashboardQuestions | boolean | optional | Whether to include dashboard questions. |
| includeMetadata | boolean | optional | Whether to include result metadata. |