---
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.

---

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