---
title: "Get a list of partners with optional filters"
method: GET
path: "/Partners"
tags: ["Partners"]
---

# Get a list of partners with optional filters

`GET /Partners`

## Query parameters

- `type` string
- `isActive` boolean
- `search` string

## Response `200`

List of partners matching the filters

- PartnerListResponseDto
  - `data` PartnerDto[]
    - `id` string
    - `clinicName` string
    - `contactName` string, nullable
    - `contactEmail` string, nullable
    - `contactPhone` string, nullable
    - `type` string
    - `specialties` string[]
    - `address` string, nullable
    - `city` string, nullable
    - `state` string, nullable
    - `zipCode` string, nullable
    - `countryCode` string, nullable — ISO 3166-1 alpha-2 country code (e.g. "US", "GB"). Defaults to clinic's region if null.
    - `isActive` boolean
    - `canViewRecords` boolean
    - `canSendRecords` boolean
    - `canScheduleReferrals` boolean
    - `canMessage` boolean
    - `canViewBilling` boolean
    - `canExportData` boolean
    - `totalCases` union
      - integer
      - string, int32
    - `averageTurnaroundDays` union
      - number, double
      - string, double
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `totalCount` union
    - integer
    - string, int32

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/e7d381a5453b/schema)
