Search for missing interval data

Returns the intervals for which interval data is missing for the requested meters within the given time window. Results are paginated; when more results are available the response includes a next_page_token, which you pass back as page_token to fetch the next page.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Optional filters that narrow the search for missing interval data. Omitting a filter (or the whole body) applies no constraint for that dimension.

meter_ids
array of uuids

The meters to search for missing interval data.

meter_ids
string
enum

The status of a missing interval.

OPEN - the interval is missing and needs to be submitted
PENDING - the interval has been submitted and is being processed (no action needed at this time)

Allowed:
date-time

Start of the search window (inclusive, UTC, RFC 3339).

date-time

End of the search window (exclusive, UTC, RFC 3339).

date-time

Start of the submission-deadline window (inclusive, UTC, RFC 3339). Filters to missing intervals whose submission deadline falls in this window.

date-time

End of the submission-deadline window (exclusive, UTC, RFC 3339). Filters to missing intervals whose submission deadline falls in this window.

string

Use the next_page_token from a previous response to fetch the next page of results. Omit to fetch the first page.

int32
1 to 500
Defaults to 500

Max number of results to return per page.

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json