---
title: "Get Client"
method: GET
path: "/v1/clients/{client_id}"
tags: ["clients"]
---

# Get Client

`GET /v1/clients/{client_id}`

## Path parameters

- `client_id` string, required

## Response `200`

Successful Response

- ClientDetailResponse — Detailed client response with additional data.
  - `id` string, required
  - `customerId` string, required
  - `name` string, required
  - `score` integer, required
  - `scoreSource` string, nullable — Score data source: chr1 or chr2
  - `scoreChanges` ScoreChanges — Score changes over different time periods.
    - `7day` ScoreChange — Score change over a time period.
      - `change` number, required — Absolute change in score
      - `percentage` number, nullable — Percentage change
      - `previousScore` number, required — Score at start of period
    - `30day` ScoreChange — Score change over a time period.
      - `change` number, required — Absolute change in score
      - `percentage` number, nullable — Percentage change
      - `previousScore` number, required — Score at start of period
  - `lastContactDate` string, date-time, nullable
  - `lastUpdatedAt` string, date-time, nullable
  - `hasInsufficientData` boolean, nullable
  - `metadata` ClientMetadata — Client metadata.
    - `accountOwner` string, nullable
    - `annualRevenue` string, nullable
    - `industry` string, nullable
    - `location` string, nullable
    - `active` boolean, nullable
    - `accountStatus` string, nullable
    - `domain` string, nullable
    - `clientType` string, nullable
    - `revenueTTM` number, nullable
    - `revenueF12M` number, nullable
  - `extraColumns` object, nullable — Custom column values
  - `historicalData` integer[], nullable
  - `archived` boolean, nullable
  - `spotlightSummary` string, nullable — AI-generated markdown summary of client status for the current week
  - `topics` object[], nullable — Topic and category scores organized by category

## Other responses

- `422` — Validation Error

---

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