---
title: "Retrieve overdue state for account"
method: GET
path: "/1.0/kb/accounts/{accountId}/overdue"
tags: ["Account"]
---

# Retrieve overdue state for account

`GET /1.0/kb/accounts/{accountId}/overdue`

## Path parameters

- `accountId` string, uuid, required

## Response `200`

successful operation

- OverdueState
  - `name` string
  - `externalMessage` string
  - `isDisableEntitlementAndChangesBlocked` boolean
  - `isBlockChanges` boolean
  - `isClearState` boolean
  - `reevaluationIntervalDays` integer

## Other responses

- `400` — Invalid account id supplied
- `404` — Account not found

---

[API](https://skmtc.net/killbill/apis/kill-bill.md) · [All operations](https://skmtc.net/killbill/apis/kill-bill/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/killbill/kill-bill/revisions/0fb95d23caf5/schema)
