---
title: "Get all Connections"
method: GET
path: "/connections"
tags: ["connections"]
---

# Get all Connections

`GET /connections`

Return the list of set up connections

**Permission required:** edit_integrations

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- ConnectionModelGet[]
  - `event` 'document_predict' | 'document_evaluate' | 'document_text' | 'document_split' | 'document_delete', required
  - `integration` string, required
  - `routing` RoutingAtom[]
    - `and_conditions` object
    - `target` string
  - `scope` string
  - `what` 'original' | 'reply_to' | 'ready' | 'submit', required
  - `id` string, required

## Other responses

- `403` — Permission insufficient

---

[API](https://skmtc.net/contractp/apis/contract-p.md) · [All operations](https://skmtc.net/contractp/apis/contract-p/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/contractp/contract-p/versions/8ce53ebd6bd3/schema)
