---
title: "Get storage commitment report"
method: GET
path: "/storage-commitment/{id}"
tags: ["Networking"]
---

# Get storage commitment report

`GET /storage-commitment/{id}`

Get the storage commitment report whose identifier is provided in the URL: https://book.orthanc-server.com/users/storage-commitment.html#storage-commitment-scu

## Path parameters

- `id` string, required

## Response `200`

- object
  - `Failures` object[] — List of failures that have been encountered during the storage commitment request
  - `RemoteAET` string — AET of the remote DICOM modality
  - `Status` string — Can be `Success`, `Failure`, or `Pending` (the latter means that no report has been received yet)
  - `Success` object[] — List of DICOM instances that have been acknowledged by the remote modality, each one is reported as a JSON object containing the `SOPClassUID` and `SOPInstanceUID` DICOM tags

---

[API](https://skmtc.net/orthancserver/apis/orthanc-server.md) · [All operations](https://skmtc.net/orthancserver/apis/orthanc-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orthancserver/orthanc-server/versions/af646f6f871b/schema)
