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

# GET /v1/app-connections

`GET /v1/app-connections`

List app connections

## Query parameters

- `cursor` string
- `projectId` string, required
- `pieceName` string
- `name` string
- `status` union[]
  - union
    - 'ACTIVE'
    - 'ERROR'
- `limit` number

## Response `200`

Default Response

- object
  - `data` object[], required
    - `id` string, required
    - `created` string, required
    - `updated` string, required
    - `name` string, required
    - `type` union, required
      - 'OAUTH2'
      - 'PLATFORM_OAUTH2'
      - 'CLOUD_OAUTH2'
      - 'SECRET_TEXT'
      - 'BASIC_AUTH'
      - 'CUSTOM_AUTH'
    - `pieceName` string, required
    - `projectId` string, required
    - `status` union, required
      - 'ACTIVE'
      - 'ERROR'
  - `next` string, nullable — Cursor to the next page
  - `previous` string, nullable — Cursor to the previous page

## Changes

- **2026-07-13** `225ff954244e` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added
- **2024-08-14** `ed47604969c3` — 1 info
  - added the new optional `query` request parameter `status`
- **2024-06-11** `a1d1c2fbc615` — 1 info
  - added the new optional `query` request parameter `name`
- **2024-02-22** `b8aa27750656` — 1 info
  - the endpoint scheme security `apiKey` was added to the API
- **2023-12-27** `1b80b673ad01` — 1 breaking, 1 warning, 2 info
  - removed the required property `data/items/appName` from the response with the `200` status
  - deleted the `query` request parameter `appName`
  - added the new optional `query` request parameter `pieceName`
  - added the required property `data/items/pieceName` to the response with the `200` status

[Full history](https://skmtc.dev/rantirai/apis/activepieces-documentation/changes/v1/app-connections/get.md)

---

[API](https://skmtc.dev/rantirai/apis/activepieces-documentation.md) · [All operations](https://skmtc.dev/rantirai/apis/activepieces-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rantirai/activepieces-documentation/revisions/225ff954244e/schema)
