list_annotations
List calendar annotations and notes on cloud cost data to review spending context. Filter and sort results for targeted cost analysis.
Instructions
Use this when the user wants to see calendar annotations or notes on cost data. Returns a list of annotations. Do NOT use this for labels (use list_labels) or alerts (use list_alerts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | An expression for filtering the results. Valid fields: content, timestamp, labels. Example: content:budget | |
| sortBy | No | A field by which the results will be sorted. Accepted values: id, content, timestamp, timeCreated, timeModified. | |
| pageToken | No | Page token, returned by a previous call, to request the next page of results. | |
| sortOrder | No | The sort order for results. Accepted values: asc, desc. | |
| maxResults | No | The maximum number of results to return in a single page. Defaults to 500. |