---
title: "Get receipt by hash"
method: GET
path: "/v1/receipts/{hash}"
tags: ["receipts"]
---

# Get receipt by hash

`GET /v1/receipts/{hash}`

Fetch the full policy evaluation receipt by its SHA-256 hash. The on-chain program stores only the 32-byte hash — this endpoint provides the full JSON.

## Path parameters

- `hash` string, required

## Response `200`

Receipt found

- object
  - `receiptHash` string
  - `intentId` string
  - `policies` object[]
  - `rawJson` string
  - `createdAt` string, date-time

## Other responses

- `404` — Receipt not found

---

[API](https://skmtc.dev/humbleaf/apis/agentchain-guard-api.md) · [All operations](https://skmtc.dev/humbleaf/apis/agentchain-guard-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humbleaf/agentchain-guard-api/revisions/6670c57f15a3/schema)
