---
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
- `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

---

[API](https://skmtc.net/tookey-io/apis/activepieces-documentation.md) · [All operations](https://skmtc.net/tookey-io/apis/activepieces-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tookey-io/activepieces-documentation/versions/47ba6f96910d/schema)
