---
title: "Index confirmations associated with a Postbox item"
method: GET
path: "/v1/postbox/items/{item_id}/confirmations"
tags: ["Postbox Confirmations"]
---

# Index confirmations associated with a Postbox item

`GET /v1/postbox/items/{item_id}/confirmations`

Returns an array containing all confirmations associated with the Postbox item specified in the request URL.<br> Note that you can filter the results by `created_at` (`min` or `max`) and `document_type`—see the descriptions below.

## Path parameters

- `item_id` string, required

## Query parameters

- `filter[created_at][min]` string, date-time
- `filter[created_at][max]` string, date-time
- `page[number]` integer
- `page[size]` integer

## Response `200`

The confirmations were fetched successfully.

- ConfirmationResponse[]
  - `id` string — ID of the confirmation.
  - `person_id` string — ID of the person who confirmed the Postbox item.
  - `confirmed_at` string — UTC timestamp from when the person confirmed the Postbox item.

## Other responses

- `400` — An incorrect request parameter was provided.
- `403` — You are not authorized to perform this action.
- `404` — The resource could not be found.
- `500` — Internal server error.

---

[API](https://skmtc.net/solarisgroup/apis/compliance-features.md) · [All operations](https://skmtc.net/solarisgroup/apis/compliance-features/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/compliance-features/revisions/61701b027c74/schema)
