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

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

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

Retrieve the status of receipt generation for a lock.

## Path parameters

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

## Response `200`

Successfully retrieved receipt generation status.

- object
  - `items` object[]
    - `id` string
    - `payload` object
      - `status` 'pending' | 'success' | 'failed'
      - `key` string
      - `result` string[]
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `400` — Bad request.
- `404` — No receipt generation status found.

## Changes

- **2024-09-10** `b2e862fac269` — 1 info
  - endpoint added
- **2023-11-03** `b77bfb068867` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/changes/v2/receipts/all/:network/:lockAddress/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)
