Get a Whitney artwork
whitney_get_artworkRetrieve full artwork records by ID, including title, artist, date, medium, images, and descriptions. Get complete details from the Whitney Museum's collection for research or display.
Instructions
Fetch one artwork's full record by ID.
Args:
id (string): the artwork's TMS ID, as returned by whitney_search_artworks
response_format ('markdown' | 'json', default 'markdown')
Returns: { record: { id, title, artist, artist_ids[], date, medium, dimensions, classification, department, accession_number, credit_line, on_view, description, object_label, visual_description, alt_text, images[], page_url } }
Fields are omitted when empty. Alt text is human-written where available and AI-generated otherwise; alt_text_is_ai_generated flags which.
Errors: returns a 404 message if the ID does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Artwork ID (the TMS ID, e.g. '38804') | |
| response_format | No | Output format: 'markdown' for reading, 'json' for machine processing | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record | Yes | The full record | |
| source | Yes | Attribution for the data, as the Whitney's terms ask for |