---
title: "List Connections"
method: GET
path: "/crm/connections"
tags: ["crm"]
---

# List Connections

`GET /crm/connections`

List the client's CRM connections. ``probe=true`` live-checks each one
(returning a fresh active/needs_reauth) instead of the last-stored status —
used by Settings so the Reconnect prompt shows before an operation fails.

## Query parameters

- `probe` boolean

## Response `200`

Successful Response

- CRMConnectionStatus[]
  - `provider` 'hubspot' | 'pipedrive' | 'salesforce', required
  - `status` string, required
  - `connected_at` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/discolike/apis/discolike-api.md) · [All operations](https://skmtc.net/discolike/apis/discolike-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/discolike/discolike-api/versions/3248fc62024c/schema)
