action epa_get_air_rest_services_get_info_clusters { label: "Clean Air Act Info Clusters Service" description: "Based on the QID obtained from a clustered get_facility_info query, download cluster facility information as either a CSV or GEOJSON file." provider: epa method: GET path: "/air_rest_services.get_info_clusters" encoding: json input: { type: "object" properties: { output: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }