EPA ECHO Facilities
Fetch EPA ECHO enforcement and compliance facility data via the ECHO REST API.
Fetch EPA ECHO enforcement and compliance facility data via the ECHO REST API.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Tools exposed (2) ▾
Fetch EPA ECHO enforcement and compliance facility data via the ECHO REST API.
Create or update a recurring EPA ECHO facilities connector.
Inputs ▾
epa/get_echo_facilities
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| state | string | no | Two-letter US state abbreviation (e.g. 'NY', 'CA'). |
| city | string | no | City name to filter facilities (e.g. 'BUFFALO'). |
| zipCode | string | no | ZIP code to filter facilities. |
| county | string | no | County name to filter facilities (e.g. 'ERIE'). |
| limit | number | no | Maximum number of rows to return. Default 100. |
| offset | number | no | Row offset for pagination. Default 0. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
schedule_epa_echo_facilities
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| state | string | no | Two-letter US state abbreviation (e.g. 'NY', 'CA'). |
| city | string | no | City name to filter facilities (e.g. 'BUFFALO'). |
| zipCode | string | no | ZIP code to filter facilities. |
| county | string | no | County name to filter facilities (e.g. 'ERIE'). |
| limit | number | no | Maximum number of rows to return. Default 100. |
| offset | number | no | Row offset for pagination. Default 0. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
| polling_frequency | string | yes | How often to poll EPA ECHO facilities. |
| connectorId | string | no | If provided, updates an existing connector. |