GET /v2.0/data/frozen/{datasetid}
neotomadb.org:neotoma-database-api
Summary: Returns the named Neotoma data record.
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
Returns the full metadata for a Neotoma record as it was when the DOI was minted.
Parameters (1)
datasetid
(integer, path, required)
A valid datasetid identifer from the Neotoma database. This is the internal identifier within the [`ndb.datasets`](https://open.neotomadb.org/dbschema/ndb/tables/datasets.html) table.
Constraints: {'minimum': 0}
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Retrieve frozen dataset record ID 1 | curl |
https://api.neotomadb.org/v2.0/data/frozen/1 |
|
| Retrieve frozen dataset record ID 100 | curl |
https://api.neotomadb.org/v2.0/data/frozen/100 |
|
| Retrieve frozen dataset record ID 1000 | curl |
https://api.neotomadb.org/v2.0/data/frozen/1000 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 11:54:29.750893 | 200 | 553ms | |
| 2026-03-23 10:49:54.916991 | 200 | 543ms | |
| 2026-03-23 10:08:24.841897 | 200 | 678ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:49:54.916991 | 4bcc5ff55621 |
b5bfd227f4f8 |
| 2026-03-23 11:54:29.750893 | b5bfd227f4f8 |
dce482402897 |