---
title: "Get most recent Cardano database snapshots"
method: GET
path: "/artifact/cardano-database"
---

# Get most recent Cardano database snapshots

`GET /artifact/cardano-database`

Returns the list of the most recent Cardano database snapshots

## Response `200`

Cardano database snapshots found

- CardanoDatabaseSnapshotListItemMessage[] — CardanoDatabaseSnapshotListMessage represents a list of Cardano database snapshots
  - `hash` string, bytes, required — Hash of the Cardano database snapshot
  - `merkle_root` string, bytes, required — Merkle root of the Cardano database snapshot
  - `beacon` CardanoDbBeacon, required — A point in the Cardano chain at which a Mithril certificate of the Cardano Database should be produced
    - `epoch` integer, required — Cardano chain epoch number
    - `immutable_file_number` integer, required — Number of the last immutable file that should be included the snapshot
  - `certificate_hash` string, bytes, required — Hash of the associated certificate
  - `total_db_size_uncompressed` integer, required — Size of the uncompressed Cardano database files in Bytes
  - `created_at` string, date-time, required — Date and time at which the snapshot was created
  - `cardano_node_version` string — Version of the Cardano node which is used to create snapshot archives.

## Other responses

- `default` — Cardano database snapshots retrieval error

---

[API](https://skmtc.net/input-output-hk/apis/mithril-aggregator-server.md) · [All operations](https://skmtc.net/input-output-hk/apis/mithril-aggregator-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/input-output-hk/mithril-aggregator-server/versions/bbad910c52a3/schema)
