---
title: "Count connections"
method: GET
path: "/connections/count"
tags: ["Connections"]
---

# Count connections

`GET /connections/count`

## Query parameters

- `destination_id` union — Filter by associated destination IDs
  - string
  - string[]
- `source_id` union — Filter by associated source IDs
  - string
  - string[]
- `disabled` boolean — Include disabled resources in the response
- `disabled_at` union — Date the connection was disabled
  - string, date-time, nullable
  - Operators
    - `gt` string, date-time, nullable
    - `gte` string, date-time, nullable
    - `le` string, date-time, nullable
    - `lte` string, date-time, nullable
    - `any` boolean
    - `all` boolean
- `paused_at` union — Date the connection was paused
  - string, date-time, nullable
  - Operators
    - `gt` string, date-time, nullable
    - `gte` string, date-time, nullable
    - `le` string, date-time, nullable
    - `lte` string, date-time, nullable
    - `any` boolean
    - `all` boolean

## Response `200`

Count of connections

- object
  - `count` number, float, required — Count of connections

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Entity

---

[API](https://skmtc.dev/hookdeck/apis/hookdeck-admin-rest-api.md) · [All operations](https://skmtc.dev/hookdeck/apis/hookdeck-admin-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hookdeck/hookdeck-admin-rest-api/revisions/091808eac7fa/schema)
