---
title: "Get Customer Status Log"
method: GET
path: "/customers/{userId}/statusLog"
---

# Get Customer Status Log

`GET /customers/{userId}/statusLog`

Retrieves the log of customer status changes.

## Path parameters

- `userId` integer, required

## Response `200`

200

- object
  - `data` object[]
    - `createdByUser` string
    - `reason` string
    - `createdBy` integer
    - `actions` unknown[]
      - unknown
    - `autoUpdateTime` string
    - `createdOn` string
    - `entityId` integer
    - `isActive` boolean
    - `label` string
    - `status` string
  - `warnings` unknown[]
    - unknown
  - `errors` unknown[]
    - unknown

## Other responses

- `400` — 400

---

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