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

# Recent Documents Status

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

Open unsuccessful document-handler rows for this plan manager.

Bucket is inferred from unsuccessful_reason. Staff overrides
(unsuccessful_resolution) are omitted so they leave the failed-upload queue.
include_successful is accepted for compatibility and ignored.

Paginated: `limit` (default 50) and `cursor` (scan watermark from
`next_cursor` — created_at of the last open unsuccessful row considered
on the previous page).

## Query parameters

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

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **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/12dd4779f835?raw)
