Get Artwork
get_artworkGet full details for a specific artwork. Provide the object ID from search results. Returns title, artist, date, medium, department, and high-resolution image URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_id | Yes | Met Museum object ID (e.g., 436535) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Object date or period | |
| title | Yes | Artwork title | |
| artist | Yes | Artist display name or 'Unknown' | |
| medium | Yes | Materials and technique | |
| met_url | Yes | Met Museum URL for artwork | |
| image_url | Yes | Small image URL | |
| object_id | Yes | Met Museum object ID | |
| department | Yes | Museum department | |
| dimensions | Yes | Physical dimensions | |
| credit_line | Yes | Credit and acquisition information | |
| classification | Yes | Object classification | |
| full_image_url | Yes | Full resolution image URL | |
| is_public_domain | Yes | Whether artwork is in public domain | |
| artist_nationality | Yes | Artist's nationality |