Required capabilities:
projectsAcl:LIST
Retrieves multiple consumption data items by their IDs.
start and numberOfDatapoints: Returns meter metadata.start and numberOfDatapoints: Returns historical time-series data with averaged values.The requested consumption data. Returns meter metadata unless 'start' and 'numberOfDataPoints' are provided. When they are provided, includes historical time-series data with averaged values.
The response for a failed request.
{- "items": [
- {
- "meterId": "atlas.monthly_ai_tokens"
}, - {
- "meterId": "files.storage_bytes"
}
]
}{- "items": [
- {
- "meterId": "atlas.monthly_ai_tokens",
- "datapoints": [
- {
- "timestamp": "2026-01-12T00:00:00Z",
- "average": 100
}
]
}, - {
- "meterId": "files.storage_bytes",
- "datapoints": [
- {
- "timestamp": "2026-01-12T00:00:00Z",
- "average": 50
}
]
}
]
}