---
title: "List Normalized Intervals for a Meter"
method: GET
path: "/plug/normalizedIntervals/meters/{meterId}"
tags: ["Intervals"]
---

# List Normalized Intervals for a Meter

`GET /plug/normalizedIntervals/meters/{meterId}`

The Intervals API endpoint allow interacting programmatically with the intervals data offering of the Arcadia Platform to retrieve utility provided intervals data for electric meters. The normalized version of the interval endpoint makes integration simpler by consistently delivering interval data of 15 minute intervals irrespective of the length of timestamp in the source data collected from utility.

## Path parameters

- `meterId` string, required

## Query parameters

- `startAt` string, date-time
- `endAt` string, date-time

## Headers

- `Arcadia-Version` string, required

## Response `200`

OK

- PublicNormalizedIntervalResource
  - `correlationIds` string[], required — A list of correlationIds cascaded from all directly associated Credentials.
  - `credentialIds` string[], required — Arcadia generated unique identifier of the credential the meter belongs to.
  - `earliestIntervalAt` string, date-time, required — Timestamp of the earliest interval available for the meter.
  - `endAt` string, date-time, required — start time of last record in API response.
  - `intervalDurationMinutes` integer, required — Interval duration timestamp length in API response.
  - `intervalsCreatedAt` string, date-time, required — Timestamp when intervals were first created for the meter.
  - `intervalsUpdatedAt` string, date-time, required — Timestamp when intervals were last updated for the meter.
  - `isIntervalsDormant` boolean, nullable, required — Indicates whether the meter is dormant based on interval job results and error codes.
  - `latestIntervalAt` string, date-time, required — Timestamp of the latest interval available for the meter.
  - `localTimezone` string, required — Local timezone of the meter. The value can be any TZ identifier from [this list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).
  - `meterId` string, required — Arcadia generated unique identifier of the meter
  - `meterNumber` string, required — A number assigned to the meter by the commodity provider.
  - `providerId` string, required — Arcadia generated unique identifier of the utility service provider.
  - `providerName` string, required — The name of the utility service provider.
  - `readType` string, nullable, required — Type of reading (actual, estimated, etc.)
  - `readings` NormalizedReading, required — The readings block contains an array of readings for import, export and net usage for the meter.
    - `ccf` number[], required — Gas usage in cubic feet (ccf).
    - `electricMeterMultiplier` number[], required — Power factor of energy usage.
    - `exportKwh` number[], required — Energy exported by meter(in kwh).
    - `importKwh` number[], required — Energy imported by meter(in kwh).
    - `imputedReadingsPositions` ImputedReadingsPositions, required — Imputed reading positions for import, export and net.
      - `ccf` integer[], required — Imputed reading positions for ccf.
      - `exportKwh` integer[], required — Imputed reading positions for export.
      - `importKwh` integer[], required — Imputed reading positions for import.
      - `netKwh` integer[], required — Imputed reading positions for net.
      - `therms` integer[], required — Imputed reading positions for therms.
    - `netKwh` number[], required — Net energy usage of meter(in kwh).
    - `therms` number[], required — Gas usage in therms.
  - `serviceType` string, required — The type of service supported, such as electricity, water, or gas.
  - `sourceIntervalDurationMinutes` integer[], required — Interval duration timestamp length as collected from utility.
  - `startAt` string, date-time, required — start time of first record in API response.

---

[API](https://skmtc.net/arcadia/apis/plug-api.md) · [All operations](https://skmtc.net/arcadia/apis/plug-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arcadia/plug-api/revisions/d00587742116/schema)
