---
title: "Recent Documents Status"
method: GET
path: "/api/v1/workflows/recent-documents-status"
---

# Recent Documents Status

`GET /api/v1/workflows/recent-documents-status`

Recent document-handler rows for this plan manager.

Outcome is classified from unsuccessful_reason plus ndis_invoices.execution.
Filter with `outcome`: successful | failed | duplicate | non-invoice |
processing. Omit or `all` for every current outcome.
include_successful is accepted for compatibility and ignored.

## Query parameters

- `plan_manager_lookup_name` string, required
- `include_successful` boolean
- `days_back` integer
- `exclude_buckets` string[], nullable
- `limit` integer
- `cursor` string, nullable
- `outcome` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-25** `e4798856d733` — 1 info
  - added the new optional `query` request parameter `outcome`
- **2026-09-21** `12dd4779f835` — 2 info
  - added the new optional `query` request parameter `cursor`
  - added the new optional `query` request parameter `limit`

[Change history](https://skmtc.dev/caresquare/apis/fastapi/changes/api/v1/workflows/recent-documents-status/get.md)

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/caresquare/apis/fastapi/revisions/e4798856d733?raw)
