---
title: "GET /v1/integration"
method: GET
path: "/v1/integration"
tags: ["Integration"]
---

# GET /v1/integration

`GET /v1/integration`

## Response `200`

Ok

- union
  - ResultSuccessArrayIntegration
    - `data` Integration[], required
      - `integration_name` string
      - `settings` union
        - string
        - number, double
        - boolean
        - object
        - Json[]
      - `active` boolean
      - `id` string, required
    - `error` null, nullable, required
  - ResultErrorString
    - `data` null, nullable, required
    - `error` string, required

---

[API](https://skmtc.net/helicone/apis/helicone-api.md) · [All operations](https://skmtc.net/helicone/apis/helicone-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helicone/helicone-api/revisions/b369e9e3e80c/schema)
