get_data_pools_usage
Query data pool usage with service line and monthly breakdowns. Filter by data pool IDs and timestamp for snapshot as of a specific time.
Instructions
Pre-Release: Query data pool usage with service line and monthly breakdowns. — Required permission: Service plan, View.This endpoint is available for select audiences only. — [GET /public/v2/data-pools/usage]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataPoolIds | No | Data pool Ids to filter by. Queries for usage of all data pools on account if omitted | |
| asOfTimestamp | No | Optional timestamp for snapshotting data pool usage *as of* this time. Only includes data blocks that are active at this instant (i.e., `StartDate <= asOfTimestamp < EndDate`). Defaults to `DateTimeOffset.UtcNow` to return currently active blocks. | |
| page | No | The index of the page, starting at 0. Default: 0 | |
| limit | No | Amount of data pool usage summaries to retrieve per page. Defaults to 50, can request up to 100. Default: 50 |