---
title: "Retry accrual run items"
method: POST
path: "/api/v1/accrual-runs/{id}/retry"
tags: ["Accounting"]
---

# Retry accrual run items

`POST /api/v1/accrual-runs/{id}/retry`

Queues a retry run for selected accrual run items.

## Path parameters

- `id` string, uuid, required — Accrual run identifier.

## Request body

- RetryAccrualRunHumaInputBody
  - `itemIds` string[], nullable, required — Accrual run item identifiers to retry.

## Response `200`

OK

- AccrualRunRetryHumaBody
  - `id` string, required — Server-assigned UUID of the new retry run.
  - `itemIds` string[], nullable, required — UUIDs of the accrual run items included in this retry.
  - `retriedRunId` string, required — UUID of the original accrual run whose items are being retried.
  - `status` string, required — Lifecycle status of the retry run (e.g. queued).

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
