action infermedica_get_all_lab_tests { label: "List all lab tests" description: "Returns a list of all available lab tests." provider: infermedica method: GET path: "/lab_tests" encoding: json input: { type: "object" properties: { "age.unit": { type: "string" } "age.value": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }