---
title: "Run automated cash flow kick-outs"
method: POST
path: "/v1/book/copy-jobs/run-kickouts"
tags: ["Encore"]
---

# Run automated cash flow kick-outs

`POST /v1/book/copy-jobs/run-kickouts`

This API signals Ocrolus to run automated cash flow kick-outs using the recipient organization’s preconfigured Encore kick-out criteria. When triggered, Ocrolus evaluates all incoming <<glossary:Book>> copy jobs currently in the `AWAITING_RECIPIENT` state and applies the configured rules to automatically accept or reject them. After the evaluation completes, Ocrolus sends the resulting status updates to the sender organization using `book.copy.kickout_evaluated` webhook events.
> 📘 Note
> This API is intended for small and medium business (SMB) funders using the Book copy feature.

## Response `200`

Success

- object
  - `response` object — An object received from the server that potentially contains data.
    - `job_count` integer — Number of inbound Book copy jobs evaluated. Returns 0 if no jobs were in the `AWAITING_RECIPIENT` state.

## Other responses

- `401` — Unauthorized
- `412` — FAILED_PRECONDITION
- `500` — Internal server error

---

[API](https://skmtc.net/ocrolus/apis/user-management.md) · [All operations](https://skmtc.net/ocrolus/apis/user-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ocrolus/user-management/revisions/3571ef602d13/schema)
