action slicebox_get_metadata_studies_id_images { label: "get_metadata_studies_id_images" description: "Returns all images for the study with the supplied study ID" provider: slicebox method: GET path: "/metadata/studies/{id}/images" encoding: json input: { type: "object" properties: { id: { type: "string" } seriestags: { type: "string" } seriestypes: { type: "string" } sources: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }