---
title: "Get prunable contract data"
method: GET
path: "/contracts/prunable"
---

# Get prunable contract data

`GET /contracts/prunable`

## Response `200`

Prunable contract data

- object — The response containing prunable contract data and summary statistics.
  - `contracts` ContractSize[] — A list of prunable contracts with their size information.
    - `prunable` integer — The amount of data that can be pruned from a contract
    - `size` integer — The total size of a contract
  - `totalPrunable` integer — The total prunable size across all contracts in bytes
  - `totalSize` integer — The total size of all contracts in bytes

## Changes

- **2024-12-16** `ce856efcdea2` — 1 warning
  - removed the optional property `contracts/items/id` from the response with the `200` status
- **2024-12-16** `0b3014765a94` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/siafoundation/apis/renterd-api/changes/contracts/prunable/get.md)

---

[API](https://skmtc.dev/siafoundation/apis/renterd-api.md) · [All operations](https://skmtc.dev/siafoundation/apis/renterd-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/siafoundation/renterd-api/revisions/ce856efcdea2/schema)
