---
title: "Retrieves all Metadata of connections from database"
method: GET
path: "/connection/all/meta"
tags: ["Connection"]
---

# Retrieves all Metadata of connections from database

`GET /connection/all/meta`

## Query parameters

- `includeTest` boolean

## Response `200`

Metadata of connections have been successfully retrieved

- ConnectionResource[]
  - `id` integer
  - `title` string
  - `description` string
  - `icon` string
  - `fromConnector` ConnectorResource
    - `connectorId` integer
    - `title` string
    - `description` string
    - `icon` string
    - `invoker` InvokerDTO
      - `name` string
      - `description` string
      - `hint` string
      - `icon` string
      - `authType` string
      - `requiredData` object
      - `operations` FunctionDTO[]
        - `name` string
        - `type` string
        - `request` RequestDTO
          - `id` string
          - `endpoint` string
          - `method` string
          - `header` object
          - `body` BodyDTO
            - `type` string
            - `format` string
            - `data` string
            - `fields` object
        - `response` ResponseDTO
          - `id` string
          - `name` string
          - `success` ResultDTO
            - `id` string
            - `status` string
            - `header` object
            - `body` BodyDTO
              - …
          - `fail` ResultDTO
            - `id` string
            - `status` string
            - `header` object
            - `body` BodyDTO
              - …
      - `hasManualSync` boolean
    - `sslCert` boolean
    - `timeout` integer
    - `requestData` object
    - `lastTestPassed` boolean
    - `lastTestError` string
  - `toConnector` ConnectorResource
    - `connectorId` integer
    - `title` string
    - `description` string
    - `icon` string
    - `invoker` InvokerDTO
      - `name` string
      - `description` string
      - `hint` string
      - `icon` string
      - `authType` string
      - `requiredData` object
      - `operations` FunctionDTO[]
        - `name` string
        - `type` string
        - `request` RequestDTO
          - `id` string
          - `endpoint` string
          - `method` string
          - `header` object
          - `body` BodyDTO
            - `type` string
            - `format` string
            - `data` string
            - `fields` object
        - `response` ResponseDTO
          - `id` string
          - `name` string
          - `success` ResultDTO
            - `id` string
            - `status` string
            - `header` object
            - `body` BodyDTO
              - …
          - `fail` ResultDTO
            - `id` string
            - `status` string
            - `header` object
            - `body` BodyDTO
              - …
      - `hasManualSync` boolean
    - `sslCert` boolean
    - `timeout` integer
    - `requestData` object
    - `lastTestPassed` boolean
    - `lastTestError` string
  - `enhancements` EnhancementDTO[]
    - `title` string
    - `description` string
    - `script` string
    - `args` string
    - `simpleCode` SimpleCodeDTO
      - `pointer` integer
      - `code` CodeDTO[]
        - `name` string
        - `value` string
        - `type` string
    - `language` string
  - `categoryId` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Error
- `502` — Bad Gateway

---

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