---
title: "List Connections"
method: GET
path: "/v1/openapi-connections/"
tags: ["v1", "protected", "openapi-connections"]
---

# List Connections

`GET /v1/openapi-connections/`

## Query parameters

- `status` string, nullable
- `search` string, nullable
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- OpenAPIConnectionResponse[]
  - `auth_config_id` string, uuid, nullable
  - `available_tools` OpenAPIToolResponse[], required
    - `description` string, required
    - `inputSchema` object, required
    - `name` string, required
  - `base_url` string, required
  - `created_at` string, required
  - `custom_headers` HeaderOutput[], nullable
    - `name` string, required
    - `secret` boolean, required
    - `value` string, nullable
  - `description` string, nullable
  - `id` string, uuid, required
  - `name` string, required
  - `registry_item_id` string, uuid, nullable
  - `spec_url` string, nullable
  - `status` string, required
  - `updated_at` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-08** `a3ec5ea4a3df` — 2 breaking, 6 info
  - the `items/created_at` response's property type changed from no type to `string` for status `200`
  - the `items/updated_at` response's property type changed from no type to `string` for status `200`
  - added the optional property `items/registry_item_id` to the response with the `200` status
  - the response property `items/available_tools` became required for the status `200`
  - …4 more

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/openapi-connections/get.md)

---

[API](https://skmtc.dev/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.dev/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc.dev/agentarea/apis/agentarea-api/revisions/d20a3eecd894?raw)
