Get Conservation History
get_conservation_historyRetrieve technical examinations and restoration treatment history for one artwork. Includes X-rays, dendrochronology, paint samples, and infrared records.
Instructions
Conservation/forensics record for ONE artwork: technical examinations and restoration treatment history. Follows get_artwork_details / a search result, by objectNumber. Returns technical examinations (X-ray, dendrochronology, paint samples, infrared), conservation/restoration treatment events, a count of recorded signature/inscription marks (use search_inscriptions for the actual transcriptions), and a short provenance excerpt. Not for general metadata — use get_artwork_details. Not for transcribed inscriptions — use search_inscriptions. Not for aggregate counts — use collection_stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectNumber | Yes | The object number of the artwork (e.g. 'SK-C-5', 'SK-A-4878'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| title | Yes | ||
| creator | Yes | ||
| warnings | No | ||
| examinations | Yes | Technical examinations / forensic reports (X-ray, dendrochronology, paint samples, infrared, …). Most-recent first. | |
| objectNumber | Yes | ||
| attributionMarks | Yes | Presence of signature/inscription marks only — a count, not content. The harvested rows carry no transcribed text and their carrier URIs do not resolve; use get_artwork_details.parsedInscriptions / search_inscriptions for the actual transcriptions. | |
| conservationHistory | Yes | Restoration / conservation treatment events. Most-recent first. | |
| provenanceTextSummary | Yes | Short excerpt of the raw provenance text, for forensic cross-reference. Null when absent. | |
| examinationsTotalCount | Yes | ||
| conservationHistoryTotalCount | Yes |