---
title: "Per-debtor workflow status and recent SMS"
method: POST
path: "/status/debtors"
---

# Per-debtor workflow status and recent SMS

`POST /status/debtors`

Returns per-debtor status (paused, next stage/time), SMS counts, and recent SMS for provided debtorIds within a workflow.

## Request body

- object
  - `workflowId` string, required — Workflow identifier
  - `debtorIds` string[], required
  - `hours` integer
  - `limit` integer

## Response `200`

Per-debtor statuses returned

- object

## Other responses

- `400` — Validation error
- `401` — Invalid or missing API key
- `403` — Invalid or missing API key
- `404` — Workflow or one or more debtors not found
- `500` — Upstream/internal error

---

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