---
title: "Get Connections Types"
method: GET
path: "/v1/connections_types"
tags: ["Connections"]
---

# Get Connections Types

`GET /v1/connections_types`

**Authorization scope:** `connection:list` 
 
 **Get all connection types entities as a paginated list**

## Query parameters

- `items_per_page` integer — The number of items per page in the paginated list.
- `page` integer — The current page number in the paginated list.

## Response `200`

Successful Response

- ConnectionTypesPaginationResponse — Connection response properties to return as a paginated list
  - `next_page` string, nullable — The next page URL
  - `previous_page` string, nullable — The previous page URL
  - `page` integer — The page number
  - `current_page_size` integer, required — The current page size
  - `total_items` integer — The total number of entities fetched
  - `items` ConnectionTypeResponse[], required
    - `fields` object, required — The fields of the connection type

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/rivery/apis/boomi-data-integration-api.md) · [All operations](https://skmtc.net/rivery/apis/boomi-data-integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rivery/boomi-data-integration-api/revisions/4b3471151a8b/schema)
