---
title: "List connections"
method: GET
path: "/v3/connections"
tags: ["Resources"]
---

# List connections

`GET /v3/connections`

## Query parameters

- `search` string
- `starred` 'true' | 'false'
- `order_by` string
- `order_direction` 'ASC' | 'DESC'

## Response `200`

The connections. Credentials are never returned.

- Connection[]
  - `id` string, uuid
  - `name` string
  - `provider_id` string
  - `user_id` string
  - `account_id` string
  - `privacy` 'private' | 'shared'
  - `config` object
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `400` — The request is malformed or a parameter failed validation.
- `401` — The token is missing, malformed or expired.

---

[API](https://skmtc.net/gitbookio/apis/carto-api.md) · [All operations](https://skmtc.net/gitbookio/apis/carto-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitbookio/carto-api/revisions/019f79ecdd6c/schema)
