---
title: "Get information about the current state of the transparency log"
method: GET
path: "/api/v1/log"
tags: ["tlog"]
---

# Get information about the current state of the transparency log

`GET /api/v1/log`

Returns the current root hash and size of the merkle tree used to store the log entries.

## Response `200`

A JSON object with the root hash and tree size as properties

- LogInfo
  - `rootHash` string, required — The current hash value stored at the root of the merkle tree
  - `treeSize` integer, required — The current number of nodes in the merkle tree
  - `signedTreeHead` string, signedCheckpoint, required — The current signed tree head
  - `treeID` string, required — The current treeID
  - `inactiveShards` InactiveShardLogInfo[]
    - `rootHash` string, required — The current hash value stored at the root of the merkle tree
    - `treeSize` integer, required — The current number of nodes in the merkle tree
    - `signedTreeHead` string, signedCheckpoint, required — The current signed tree head
    - `treeID` string, required — The current treeID

## Other responses

- `default` — There was an internal error in the server while processing the request

## Changes

- **2025-07-28** `adab3f639b36` — 1 warning
  - deleted the `query` request parameter `stable`
- **2023-05-14** `ff239c97ea52` — 1 info
  - added the new optional `query` request parameter `stable`

[Change history](https://skmtc.dev/sigstore/apis/rekor/changes/api/v1/log/get.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)
