---
title: "GET /v2/receipts/{network}/{lockAddress}/all"
method: GET
path: "/v2/receipts/{network}/{lockAddress}/all"
---

# GET /v2/receipts/{network}/{lockAddress}/all

`GET /v2/receipts/{network}/{lockAddress}/all`

Get all receipts for a lock

## Path parameters

- `network` integer, required
- `lockAddress` string, required

## Response `200`

Successfully retrieved receipts.

- object
  - `items` object[]
    - `id` string
    - `receiptNumber` string
    - `timestamp` string
    - `sender` string
    - `payer` string
    - `recipient` string
    - `lockAddress` string
    - `tokenAddress` string
    - `gasTotal` string
    - `amountTransferred` string
    - `network` number
    - `supplierAddress` string

## Other responses

- `401` — User is not authenticated.
- `404` — Impossible to retrieve receipt details.
- `500` — Failed to retrieve receipt details.

## Changes

- **2024-03-12** `64040ece7b6b` — 1 info
  - added the optional property `items/items/recipient` to the response with the `200` status
- **2023-11-03** `b77bfb068867` — 1 warning
  - removed the optional property `items/items/recipient` from the response with the `200` status

[Change history](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/changes/v2/receipts/:network/:lockAddress/all/get.md)

---

[API](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith.md) · [All operations](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/unlock-protocol/unlock-locksmith/revisions/e003b998de45/schema)
