---
title: "Get Datamate Integrations"
method: GET
path: "/datamate_integrations/"
tags: ["Datamate Integrations"]
---

# Get Datamate Integrations

`GET /datamate_integrations/`

Get all available datamate integrations.
Returns a list of integration types and their configurations.
Filters out DBT integration if not enabled for the tenant.

## Response `200`

Successful Response

- DatamateIntegrationResponse[]
  - `name` string, required
  - `id` string, required
  - `type` 'api' | 'code' | 'extension' | 'tool' | 'mcp', required
  - `metadata` object, nullable
  - `tools` DatamateToolInfo[], required
    - `key` string, required
    - `name` string, required
    - `description` string, nullable
    - `enable_all` string[], nullable
  - `techStacks` SupportedTechStacks[], required
  - `description` string, required
  - `url` string, required
  - `config` InputParameter[], nullable
    - `name` string, required
    - `type` string, required
    - `required` boolean, required
    - `key` string, required
    - `description` string, required
    - `encrypted` boolean
    - `options` string[], nullable
    - `defaultValue` string, nullable
  - `toolConfig` union[], nullable
    - union
      - IntegrationConfigItem
        - `key` string, required
        - `value` unknown
      - InputParameter
        - `name` string, required
        - `type` string, required
        - `required` boolean, required
        - `key` string, required
        - `description` string, required
        - `encrypted` boolean
        - `options` string[], nullable
        - `defaultValue` string, nullable
  - `additionalConfigVariants` ConfigVariant[], nullable
    - `id` string, required
    - `name` string, required
    - `config` InputParameter[], required
      - `name` string, required
      - `type` string, required
      - `required` boolean, required
      - `key` string, required
      - `description` string, required
      - `encrypted` boolean
      - `options` string[], nullable
      - `defaultValue` string, nullable
  - `inputs` unknown[], nullable
    - unknown
  - `supportsLocalConnectionTest` boolean
  - `supportsSaasConnectionTest` boolean

## Other responses

- `400` — Invalid request
- `403` — Forbidden

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
