action epa_get_air_rest_services_get_qid { label: "Clean Air Act Search by Query ID" description: "GET_QID is passed with a query ID corresponding to a previously run get_facilities query. It then returns a Facility object containing all matching facilities. The main purpose of GET_QID is for large querysets that contain multiple pages (responsesets) of output. GET_QID allows for pagination and for the selection and sorting of columns. " provider: epa method: GET path: "/air_rest_services.get_qid" encoding: json input: { type: "object" properties: { output: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }