---
title: "Searches transparency log for one or more log entries"
method: POST
path: "/api/v1/log/entries/retrieve"
tags: ["entries"]
---

# Searches transparency log for one or more log entries

`POST /api/v1/log/entries/retrieve`

## Request body

- SearchLogQuery
  - `entryUUIDs` string[]
  - `logIndexes` integer[]
  - `entries` ProposedEntry[]
    - `kind` string, required

## Response `200`

Returns zero or more entries from the transparency log, according to how many were included in request query

- LogEntry[]

## Other responses

- `400` — The content supplied to the server was invalid
- `422` — The server understood the request but is unable to process the contained instructions
- `default` — There was an internal error in the server while processing the request

## Changes

- **2022-10-25** `b62344953025` — 1 info
  - added the non-success response with the status `422`
- **2021-01-28** `a6c8f19ce1c3` — 1 info
  - removed the non-success response with the status `422`

[Change history](https://skmtc.dev/sigstore/apis/rekor/changes/api/v1/log/entries/retrieve/post.md)

---

[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)
