---
title: "Retrieves an entry and inclusion proof from the transparency log (if it exists) by index"
method: GET
path: "/api/v1/log/entries"
tags: ["entries"]
---

# Retrieves an entry and inclusion proof from the transparency log (if it exists) by index

`GET /api/v1/log/entries`

## Query parameters

- `logIndex` integer, required

## Response `200`

the entry in the transparency log requested along with an 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)
