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

# Get Client Alignment

`GET /v1/clients/{client_id}/alignment`

The current Red/Amber/Green alignment read for a single client.

## Path parameters

- `client_id` string, required

## Query parameters

- `week` string, nullable — Resolve reads as of this week (YYYY-MM-DD, typically a Monday). Reads filed for later weeks are ignored. Defaults to the latest read.

## Response `200`

Successful Response

- ClientAlignmentResponse — Alignment read for a single client.
  - `clientId` string, required
  - `clientName` string, nullable
  - `externalClientId` string, nullable — Customer-assigned client ID (extraColumns['Client ID']), when present
  - `alignment` AlignmentRead — A Red/Amber/Green alignment read filed on a client.
    - `value` string, required — The alignment read: red, amber, or green
    - `week` string, required — Monday (YYYY-MM-DD) of the week the read was filed for
    - `updatedAt` string, date-time, nullable — When the read was last edited
    - `updatedBy` string, nullable — Name of the user who filed the read
  - `week` string, nullable — As-of week the read was resolved against; null when the latest read was returned
  - `customerId` string, required

## 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/revisions/3cf7fd5ae733/schema)
