---
title: "List depreciation books"
method: GET
path: "/public/v2/depreciation-books/"
tags: ["Depreciation Books"]
---

# List depreciation books

`GET /public/v2/depreciation-books/`

Retrieve a paginated list of depreciation books available for the organization.

Each organization has at least one book: **BOOK** (the posting book that posts to GL).
Additional books like FEDERAL, AMT, or STATE_* may be configured for tax compliance.

Use the `code` field when creating or updating fixed assets with multi-book depreciation schedules.

## Query parameters

- `limit` integer — Number of records to return per page (capped at 100)
- `offset` integer — Number of records to skip before starting to return results

## Response `200`

OK

- PagedDepreciationBookSchemaOut
  - `items` DepreciationBookSchemaOut[], required
    - `id` integer, required
    - `code` string, required
    - `name` string, required
    - `description` string, required
    - `is_active` boolean, required
    - `is_posting` boolean, required
  - `count` integer, required

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

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