action reverb_get_listings_listing_id_images { label: "View the images associated with a particular listing" description: "View the images associated with a particular listing" provider: reverb method: GET path: "/listings/{listing_id}/images" encoding: json input: { type: "object" properties: { listing_id: { type: "string" } } required: ["listing_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }