action firebrowse_patients { label: "Retrieve list of all TCGA patients." description: "This service returns a list of all TCGA patient barcodes in FireBrowse, optionally filtered by disease cohort. The barcodes are obtained directy from the clinical data." provider: firebrowse method: GET path: "/Metadata/Patients" encoding: json input: { type: "object" properties: { cohort: { type: "string" } format: { type: "string" } page: { type: "string" } page_size: { type: "string" } sort_by: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }