action orthanc_server_get_instances_id_frames { label: "List available frames" description: "List the frames that are available in the DICOM instance of interest" provider: orthanc_server method: GET path: "/instances/{id}/frames" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { description: "The list of the indices of the available frames" type: "object" } }