EPA GHG Emissions
Fetch EPA Greenhouse Gas Reporting Program facility-level emissions from Envirofacts.
Custom Streaming + One-shot
Fetch EPA Greenhouse Gas Reporting Program facility-level emissions from Envirofacts.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: Streaming + One-shot
Tools exposed (2) ▾
epa/get_ghg_emissions
Fetch EPA Greenhouse Gas Reporting Program facility-level emissions from Envirofacts.
upsert_bento_get_epa_ghg_emissions
Create or update a recurring EPA GHG emissions connector.
Inputs ▾
epa/get_ghg_emissions
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| state | string | no | Optional two-letter US state code, e.g. 'NY'. |
| reportingYear | number | no | Optional reporting year, e.g. 2023. |
| industryType | string | no | Optional industry type filter, e.g. 'Petroleum and Natural Gas Systems'. |
| zipCode | string | no | Optional ZIP code filter. |
| limit | number | no | Max records to fetch. Default 100. |
| offset | number | no | Offset for one-shot 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. |
upsert_bento_get_epa_ghg_emissions
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| state | string | no | Optional two-letter US state code, e.g. 'NY'. |
| reportingYear | number | no | Optional reporting year, e.g. 2023. |
| industryType | string | no | Optional industry type filter, e.g. 'Petroleum and Natural Gas Systems'. |
| zipCode | string | no | Optional ZIP code filter. |
| limit | number | no | Max records to fetch. Default 100. |
| offset | number | no | Offset for one-shot 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 the EPA GHG emissions endpoint. |
| connectorId | string | no | If provided, updates an existing connector. |