Metric sets
active-basins
Returns a label metric representing all basins which had at least one stream within the specified period.
This can be used to determine which basins to request basin-specific metrics for, when attempting to summarize account-level metrics for a period.
Requires a start and end timestamp.
account-ops
Returns a set of accumulation metrics, one per account operation. Each account-level request is a single operation, and this endpoint will return as many timeseries as there are distinct basin operations with non-zero values within the specified period.
Requires a start and end timestamp. Accepts an optional interval parameter for minute / hour / day aggregations.
Requests for
account-metrics, basin-metrics, and stream-metrics are also account operations that are metered the same way!Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your access token.
Query Parameters
Metric set to return.
Available options:
active-basins, account-ops Start timestamp as Unix epoch seconds, if applicable for the metric set.
Required range:
x >= 0End timestamp as Unix epoch seconds, if applicable for the metric set.
Required range:
x >= 0Interval to aggregate over for timeseries metric sets.
Available options:
minute, hour, day Response
Metrics comprising the set.
- Option 1
- Option 2
- Option 3
- Option 4

