---
title: "GET /api/connections"
method: GET
path: "/api/connections"
tags: ["connections"]
---

# GET /api/connections

`GET /api/connections`

## Query parameters

- `integration` string, nullable
- `owner` 'org' | 'user', nullable

## Response `200`

Success

- object[]
  - `owner` 'org' | 'user', required
  - `name` string, required
  - `integration` string, required
  - `template` string, required
  - `provider` string, required
  - `address` string, required
  - `identityLabel` string, nullable, required
  - `description` string, nullable, required
  - `expiresAt` union, required
    - number
    - 'NaN'
    - 'Infinity'
    - '-Infinity'
    - 'Infinity' | '-Infinity' | 'NaN'
  - `oauthClient` string, nullable, required
  - `oauthClientOwner` 'org' | 'user', nullable, required
  - `oauthScope` string, nullable, required
  - `missingOAuthScopes` string[], required
  - `lastHealth` object, nullable, required
    - `status` 'healthy' | 'expired' | 'degraded' | 'unknown', required
    - `httpStatus` union
      - number
      - 'NaN'
      - 'Infinity'
      - '-Infinity'
      - 'Infinity' | '-Infinity' | 'NaN'
    - `identity` string, nullable
    - `checkedAt` union, required
      - number
      - 'NaN'
      - 'Infinity'
      - '-Infinity'
      - 'Infinity' | '-Infinity' | 'NaN'
    - `detail` string, nullable
    - `responseSample` object[], nullable
      - `path` string, required
      - `value` string, required

## Other responses

- `500` — InternalError

---

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