Required capabilities:
projectsAcl:LIST
Lists all available meter IDs for a specific project.
start and numberOfDatapoints: Returns meter metadata.start and numberOfDatapoints: Returns historical time-series data with averaged values.A list of meters. 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",
- "datapoints": [ ]
}, - {
- "meterId": "files.storage_bytes",
- "datapoints": [ ]
}, - {
- "meterId": "functions.concurrent_executions",
- "datapoints": [ ]
}
], - "nextCursor": "string"
}