---
title: "Get log entry and information required to generate an inclusion proof for the entry in the transparency log"
method: GET
path: "/api/v1/log/entries/{entryUUID}"
tags: ["entries"]
---

# Get log entry and information required to generate an inclusion proof for the entry in the transparency log

`GET /api/v1/log/entries/{entryUUID}`

Returns the entry, root hash, tree size, and a list of hashes that can be used to calculate proof of an entry being included in the transparency log

## Path parameters

- `entryUUID` string, required

## Response `200`

Information needed for a client to compute the inclusion proof

- LogEntry

## Other responses

- `404` — The content requested could not be found
- `default` — There was an internal error in the server while processing the request

---

[API](https://skmtc.dev/sigstore/apis/rekor.md) · [All operations](https://skmtc.dev/sigstore/apis/rekor/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sigstore/rekor/revisions/35007e4582f4/schema)
