Get Smithsonian Object
smithsonian_get_objectFetch a normalized catalog metadata projection for a Smithsonian object by its record_id (from smithsonian_search_objects results). Returns the exposed catalog fields — title, dates, description, makers, materials, dimensions, places, cultures, topics, exhibitions, credit line, identifiers, rights, and a media summary. The media summary is a count; full image URLs come from smithsonian_get_media.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Object record_id from smithsonian_search_objects results (e.g. "nasm_A19670093000"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dates | No | All date fields in the catalog record. | |
| error | No | Present when the call failed. Absent on success. | |
| place | No | Geographic place associations. | |
| title | No | Object title. | |
| is_cc0 | No | True when the object metadata is CC0 (open access). The Smithsonian Open Access corpus is CC0 throughout, so this flag rarely varies — read media_summary.has_cc0_images to predict whether smithsonian_get_media returns images. | |
| makers | No | All named parties associated with this object. | |
| topics | No | Subject and topic terms. | |
| culture | No | Culture associations. | |
| materials | No | Physical material descriptions. | |
| record_id | No | Unique object identifier. | |
| unit_code | No | Museum unit code. | |
| dimensions | No | Dimension and measurement strings. | |
| credit_line | No | Attribution or credit string. | |
| description | No | Best available prose description (Summary, Physical Description, or Brief Description notes). | |
| exhibitions | No | Exhibition history. | |
| identifiers | No | All accession and catalog identifiers. | |
| museum_name | No | Full museum name. A few rarely-indexed archive sub-unit codes have no mapped name and fall back to the raw unit code. | |
| record_link | No | Canonical Smithsonian Institution URL for this object. | |
| media_summary | No | Media availability summary. Call smithsonian_get_media for full image URLs. | |
| object_rights | No | Rights statement from the catalog. |