GET /v2.0/data/datasets/{datasetid}/publications
neotomadb.org:neotoma-database-api
Summary: Publication and associated metadata for a dataset.
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
Returns publications data associated with specific datasets.
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 |
|---|---|---|---|
| Get publications for dataset ID 1 | curl |
https://api.neotomadb.org/v2.0/data/datasets/1/publications |
|
| Get publications for dataset ID 1000 with multiple publications | curl |
https://api.neotomadb.org/v2.0/data/datasets/1000/publications |
|
| Get publications for dataset ID 100 (empty result) | curl |
https://api.neotomadb.org/v2.0/data/datasets/100/publications |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 11:17:45.128784 | 200 | 694ms | |
| 2026-03-23 10:15:45.863928 | 200 | 563ms | |
| 2026-03-22 21:48:13.805812 | 200 | 605ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:15:45.863928 | d03c69384b38 |
e0446b812d71 |
| 2026-03-23 11:17:45.128784 | e0446b812d71 |
89f0c5991457 |