# Data Hub ## Docs - [Data API Authentication](https://docs.communityhub.cloud/api-reference/authentication.md): The Data Hub Data API authenticates via Auth0-issued, user-scoped personal access tokens — not API keys with configurable scopes or client-credential exchange. - [Batch Upload: Not Available](https://docs.communityhub.cloud/api-reference/ingest/batch-upload.md): There is no batch data-upload endpoint in the Data Hub API. - [Data Ingestion: Not Part of the Data Hub API](https://docs.communityhub.cloud/api-reference/ingest/overview.md): The Data Hub Data API is read-only. There is no public endpoint for writing or ingesting data — data enters Data Hub through connected data sources instead. - [Streaming: Not Available](https://docs.communityhub.cloud/api-reference/ingest/streaming.md): There is no real-time streaming write endpoint in the Data Hub API. - [Data Hub Data API: Overview](https://docs.communityhub.cloud/api-reference/introduction.md): The Data Hub Data API is a read-only API for programmatic access to variables and their time-series data, served from a single base URL common to all Community Hub organizations. - [GET /data-source/instance-filters — Data Source Instance Filter Options](https://docs.communityhub.cloud/api-reference/query/data-source-instance-filters.md): Fetch the filter facets (organization, error type, status) used to filter the data source instance listing. - [GET /data-source/type/filters — Data Source Type Filter Options](https://docs.communityhub.cloud/api-reference/query/data-source-type-filters.md): Fetch the filter facets used to filter the data source type listing, scoped to one or more organizations. - [POST /data-source/type — List Data Source Types](https://docs.communityhub.cloud/api-reference/query/data-source-type-list.md): Search and paginate the data source types (integrations) available in Data Hub, filtered by organization. - [GET /monitored-entity/{id} — Get Monitored Entity](https://docs.communityhub.cloud/api-reference/query/monitored-entity.md): Retrieve a single monitored entity by id. - [Connected Variables](https://docs.communityhub.cloud/api-reference/query/monitored-entity-connected-variables.md): How to fetch every variable connected to one or more monitored entities. - [GET /monitored-entity/get-filters — Monitored Entity Filter Options](https://docs.communityhub.cloud/api-reference/query/monitored-entity-filters.md): Fetch the filter facets available for listing monitored entities, scoped to one or more organizations. - [POST /monitored-entity — List Monitored Entities](https://docs.communityhub.cloud/api-reference/query/monitored-entity-list.md): Search and paginate monitored entities using the same filters returned by GET /monitored-entity/get-filters, including a hidden-entities toggle. - [GET /organizations — List Organizations](https://docs.communityhub.cloud/api-reference/query/organizations.md): List the organizations your token can access, either as lightweight id/name pairs or with full organization metadata. - [Data API: Retrieving Variables and Their Data](https://docs.communityhub.cloud/api-reference/query/overview.md): The Data Hub Data API is a set of read-only GET endpoints for discovering variables and retrieving their time-series data — not a SQL query engine. - [GET /v1/variables/{dataHubId}/data — Retrieve Variable Data](https://docs.communityhub.cloud/api-reference/query/run-query.md): Retrieve time-series data for a single variable, with parameters for time range, resolution, units, and standardization. - [Discovering Variables, Entities, and Supported Options](https://docs.communityhub.cloud/api-reference/query/saved-queries.md): List and inspect the variables and metered entities your token can access, and discover supported resolutions, units, and standardizations before querying. - [GET /variable/get-variable-filter-data — Variable Filter Options](https://docs.communityhub.cloud/api-reference/query/variable-filters.md): Fetch the filter facets (organizations, resource types, variable types, entity types, entities, status, data reception) used to build a variable-listing filter UI, scoped to one or more organizations. - [POST /variable/list — List Variables](https://docs.communityhub.cloud/api-reference/query/variable-list.md): Search and paginate variables using the same filters returned by GET /variable/get-variable-filter-data, including a hidden-variables toggle. - [Live Variable Filter Playground](https://docs.communityhub.cloud/api-reference/query/variables-playground.md): An interactive, in-browser tool that fetches live filter options from GET /variable/get-variable-filter-data and lets you build and run a real GET /variables request from your selections. - [Data API Rate Limits](https://docs.communityhub.cloud/api-reference/rate-limits.md): Conservative launch defaults for the Data Hub Data API: 60 requests per minute per token, enforced per user token rather than per organization. - [JavaScript: No Installable SDK](https://docs.communityhub.cloud/api-reference/sdks/javascript.md): There is no npm-installable Data Hub JavaScript package. Generated sample code for JavaScript is planned instead — see the SDKs overview. - [Sample Code, Not Installable SDKs](https://docs.communityhub.cloud/api-reference/sdks/overview.md): Data Hub does not maintain installable Python/JavaScript SDK packages. The plan is generated sample code (Python, R, JavaScript, curl, MATLAB) for a given query, produced directly from the interface. - [Python: No Installable SDK](https://docs.communityhub.cloud/api-reference/sdks/python.md): There is no pip-installable Data Hub Python package. Generated sample code for Python is planned instead — see the SDKs overview. - [Webhook Events: Not Available](https://docs.communityhub.cloud/api-reference/webhooks/events.md): There are no webhook event types, since Data Hub does not have a webhook system. - [Webhooks: Not Available](https://docs.communityhub.cloud/api-reference/webhooks/overview.md): Data Hub does not have an outbound webhook system. This section documented one that doesn't exist and has been reduced to a stub. - [Webhook Security: Not Applicable](https://docs.communityhub.cloud/api-reference/webhooks/security.md): There is no webhook signature scheme to document, since Data Hub does not have a webhook system. - [Core Concepts: Organizations, Metered Entities, and Variables](https://docs.communityhub.cloud/core-concepts.md): Learn how Data Hub organizes data — from organizations and metered entities down to individual variables and visualizations. - [Build Dashboards and Visualizations in Data Hub](https://docs.communityhub.cloud/guides/building-dashboards.md): Create trend and comparison visualizations in Data Hub, and pin them to a metered entity's default dashboard for digital signage or web embedding. - [Connecting Data Sources to Data Hub](https://docs.communityhub.cloud/guides/connecting-sources.md): How data sources work in Data Hub — the categories of source, what each documentation status means, credential handling, and where to go next. - [Reports and Scheduled Delivery in Data Hub](https://docs.communityhub.cloud/guides/creating-reports.md): Data Hub does not currently have a scheduled report or email delivery feature. This page covers the closest available alternatives. - [Manage Users in Data Hub](https://docs.communityhub.cloud/guides/managing-users.md): Data Hub access is invite-only. An organization's Admin invites Users and there is currently no self-serve signup, custom roles, or SSO. - [Monitoring Data Reception in Data Hub](https://docs.communityhub.cloud/guides/monitoring.md): Data Hub surfaces data health per variable via an Online/Offline reception state and a per-entity audit log, rather than a workspace-wide monitoring dashboard. - [Permissions in Data Hub](https://docs.communityhub.cloud/guides/permissions.md): Data Hub has a two-role permission model — Admin and User — scoped per organization. There is no custom RBAC or row-level security today. - [Data Polling Intervals in Data Hub](https://docs.communityhub.cloud/guides/scheduling-syncs.md): How Data Hub controls how often data is pulled in from a connected data source, and where that interval is configured. - [Sharing and Exporting Visualizations in Data Hub](https://docs.communityhub.cloud/guides/sharing-exporting.md): Every Data Hub visualization has a public View link usable for web embedding or digital signage, plus CSV export for the underlying variable data, and an in-development bulk Data Downloader for larger exports. - [AirNow](https://docs.communityhub.cloud/guides/sources/airnow.md): AirNow data source — stub page split out from the Data Sources overview - [BuildingOS](https://docs.communityhub.cloud/guides/sources/buildingos.md): BuildingOS data source — split out from the Data Sources overview - [CSV](https://docs.communityhub.cloud/guides/sources/csv.md): CSV data source — split out from the Data Sources overview - [Fieldline (LoRaWAN)](https://docs.communityhub.cloud/guides/sources/fieldline-lorawan.md): Draft spec for the Fieldline LoRaWAN integration — a single organization-level registration under which every physical sensor appears in Data Hub automatically as its own device. - [GLOS](https://docs.communityhub.cloud/guides/sources/glos.md): GLOS data source — split out from the Data Sources overview - [JACE](https://docs.communityhub.cloud/guides/sources/jace.md): JACE data source — split out from the Data Sources overview - [Motion](https://docs.communityhub.cloud/guides/sources/motion.md): Motion data source — split out from the Data Sources overview - [Obvius](https://docs.communityhub.cloud/guides/sources/obvius.md): Obvius data source — split out from the Data Sources overview - [OneDrive](https://docs.communityhub.cloud/guides/sources/onedrive.md): Connect a Microsoft OneDrive account to automatically pull time-series data from a shared CSV or Excel file. - [OpenWeatherMap](https://docs.communityhub.cloud/guides/sources/openweathermap.md): OpenWeatherMap data source — stub page split out from the Data Sources overview - [Derived Variables: Calculate New Metrics from Existing Data](https://docs.communityhub.cloud/guides/transforming-data.md): Create derived variables in Data Hub that calculate their value from a formula referencing one or more recorded or derived variables. - [Change History in Data Hub](https://docs.communityhub.cloud/guides/versioning.md): Data Hub does not version datasets or dashboards. Change history is tracked per metered entity and variable via the Logs tab instead. - [Introduction to Data Hub: Building & Organization Data Platform](https://docs.communityhub.cloud/introduction.md): Discover what Data Hub is, who it's designed for, and how organizations, metered entities, variables, and visualizations work together to turn raw building data into insight. - [Data Hub Glossary: Terms, Concepts, and Definitions](https://docs.communityhub.cloud/key-terminology.md): Reference definitions for key Data Hub terms — organizations, metered entities, variables, data sources, visualizations, roles, and logs. - [Quickstart: Log In and Explore Your First Building](https://docs.communityhub.cloud/quickstart.md): Create an account, log in, switch between organizations, explore a metered entity, and view your first variable in Data Hub. - [Diagnose Common Data Hub Issues](https://docs.communityhub.cloud/troubleshooting/common-issues.md): Diagnose the most common Data Hub issues — variables showing offline, missing formula details, and export problems on visualizations. - [Data Hub FAQ](https://docs.communityhub.cloud/troubleshooting/faq.md): Answers to common questions about Data Hub access, data security, supported data sources, and the developer API.