action aucklandmuseum_get_media { label: "Retrieve media associated with Collections and Cenotaph subjects in Auckland Museum" description: "Gets `media` at a given path\n" provider: aucklandmuseum method: GET path: "/id/media/{path}" encoding: json input: { type: "object" properties: { path: { type: "string" } rendering: { type: "string" } } required: ["path"] additionalProperties: false } output: { type: "object" additionalProperties: true } }