action slicebox_get_metadata_patients_id_images { label: "get_metadata_patients_id_images" description: "Returns all images for the patient with the supplied patient ID" provider: slicebox method: GET path: "/metadata/patients/{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 } }